Class RadianceNightShadeLookAndFeel
java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
org.pushingpixels.radiance.theming.api.RadianceLookAndFeel
org.pushingpixels.radiance.theming.api.skin.RadianceNightShadeLookAndFeel
- All Implemented Interfaces:
Serializable
Standalone look-and-feel that uses the
Night Shade
skin from
NightShadeSkin
. You can set this look-and-feel by:
- -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceNightShadeLookAndFeel
- UIManager.setLookAndFeel( "org.pushingpixels.radiance.theming.api.skin.RadianceNightShadeLookAndFeel" );
- UIManager.setLookAndFeel(new RadianceNightShadeLookAndFeel());
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceLookAndFeel
getDefaults, getDescription, getDisabledIcon, getID, getName, getSupportsWindowDecorations, initClassDefaults, initComponentDefaults, initialize, isNativeLookAndFeel, isSupportedLookAndFeel, uninitialize
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
-
Constructor Details
-
RadianceNightShadeLookAndFeel
public RadianceNightShadeLookAndFeel()Creates a newNight Shade
look-and-feel.
-