Class SubstanceMistSilverLookAndFeel
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- org.pushingpixels.substance.api.SubstanceLookAndFeel
-
- org.pushingpixels.substance.api.skin.SubstanceMistSilverLookAndFeel
-
public class SubstanceMistSilverLookAndFeel extends SubstanceLookAndFeel
Standalone look-and-feel that uses theMist Silverskin fromMistSilverSkin. You can set this look-and-feel by:- -Dswing.defaultlaf=org.pushingpixels.substance.api.skin. SubstanceMistSilverLookAndFeel
- UIManager.setLookAndFeel( "org.pushingpixels.substance.api.skin.SubstanceMistSilverLookAndFeel" );
- UIManager.setLookAndFeel(new SubstanceMistSilverLookAndFeel());
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubstanceMistSilverLookAndFeel()Creates a newMist Silverlook-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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class org.pushingpixels.substance.api.SubstanceLookAndFeel
getDefaults, getDescription, getDisabledIcon, getID, getName, getSupportsWindowDecorations, initClassDefaults, initComponentDefaults, initialize, isNativeLookAndFeel, isSupportedLookAndFeel, uninitialize
-
-