Re: Furniture Library Editor - L4J Look and Feel fix needed

by Puybaret » Mon Jun 12, 2017 6:06 pm

A Launch4J ini file works only with exe generated with Launch4J, and the Furniture Library Editor is available only as a Jar executable.
If you want to apply the tip proposed to fix Sweet Home 3D problems with file dialog under Windows 10, you should run the editor from the command line, with a command similar to:

Code: Select all

java -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -jar [i]path\to\[/i]FurnitureLibraryEditor-1.20.jar
To get easily the path to the Jar file, you can drag and drop its icon onto the cmd window.