The default addon can be configured using the swing.addon
system property as follow:
java -Dswing.addon=ADDONCLASSNAME ...
System.getProperties().put("swing.addon", ADDONCLASSNAME);
The addon can also be installed directly by calling the {@link #setAddon(String)}method. For example, to install the Windows addons, add the following statement LookAndFeelAddons.setAddon("com.l2fprod.common.swing.plaf.windows.WindowsLookAndFeelAddons");
.
@author Frederic Lavigne
|
|