Class RadianceNightShadeLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

    public class RadianceNightShadeLookAndFeel
    extends RadianceLookAndFeel
    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:
    Serialized Form
    • Constructor Detail

      • RadianceNightShadeLookAndFeel

        public RadianceNightShadeLookAndFeel()
        Creates a new Night Shade look-and-feel.