Class SubstanceStreetlightsLookAndFeel
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- org.pushingpixels.substance.api.SubstanceLookAndFeel
-
- org.pushingpixels.substance.extras.api.skinpack.SubstanceStreetlightsLookAndFeel
-
public class SubstanceStreetlightsLookAndFeel extends org.pushingpixels.substance.api.SubstanceLookAndFeelStandalone look-and-feel that uses theStreetlightsskin fromMangoSkin. You can set this look-and-feel by:- -Dswing.defaultlaf=org.pushingpixels.substance.extras.api.skinpack .SubstanceStreetlightsLookAndFeel
- UIManager.setLookAndFeel("org.pushingpixels.substance.extras.api.skinpack .SubstanceStreetlightsLookAndFeel" );
- UIManager.setLookAndFeel(new SubstanceStreetlightsLookAndFeel());
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubstanceStreetlightsLookAndFeel()Creates a newStreetlightslook-and-feel.
-
Method Summary
-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initSystemColorDefaults, loadSystemColors, playSound
-
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledSelectedIcon, getLayoutStyle, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
-
-