Tech. Note 4: Look And Feel selection

Guiffy by default uses the native System Look And Feel. If you prefer another LAF (Look And Feel), perhaps you'd like to use the Windows LAF on all platforms, the LAF can be selected in Guiffy's command line.

To select Guiffy's Look And Feel edit the guiffy.lax file as follows:

After the LAX.COMMAND.LINE.ARGS line:
lax.command.line.args=$CMD_LINE_ARGUMENTS$
add the line:
lax.nl.java.option.additional=-Dguiffy.laf=LAFCLASSNAME
Where LAFCLASSNAME=
"com.sun.java.swing.plaf.windows.WindowsLookAndFeel" for Windows,
"javax.swing.plaf.metal.MetalLookAndFeel" for Metal,
"javax.swing.plaf.nimbus.NimbusLookAndFeel" for Nimbus
(Do not include the quotes - just the fully qualified class name)

Documentation by Guiffy Software, Inc. 2014