Metal
Look and Feel. This Look and Feel has no specific property. For example:<ui name="myLook" type="metal" />
Nimbus
Look and Feel. This Look and Feel has no specific property. For example:<ui name="myLook" type="nimbus" />
LookAndFeel
class<ui name="windows" type="platform"> <property name="path" value="com.sun.java.swing.plaf.windows.WindowsLookAndFeel" /> </ui>
LookAndFeel
class (to be found in the jar file)<ui name="myLook" type="external"> <property name="jar" value="liquidlnf.jar" /> <property name="path" value="com.birosoft.liquid.LiquidLookAndFeel" /> </ui>
synth
Look and Feel. This Look and Feel has two specific properties:<ui name="synth" type="synth2" > <property name="file" value="synthStyle.xml" /> <property name="baseURL" value="." /> </ui>
<ui name="JavaFX" type="jfx" > <property name="url" value="javaFX.css" /> </ui>
<LookandFeel> <ui name="metal" type="metal" /> <ui name="synth" type="synth2" > <property name="file" value="synthStyle.xml" /> <property name="baseURL" value="." /> </ui> <ui name="windows" type="platform"> <property name="path" value="com.sun.java.swing.plaf.windows.WindowsLookAndFeel" /> </ui> <ui name="JavaFX" type="jfx" > <property name="url" value="javaFX.css" /> <property name="styleSets" value="jfxStyles.xml" /> <property name="rendererStyles" value="JFXrendererStyles.xml" /> </ui> </LookandFeel>
Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence