Class RadianceNightShadeLookAndFeel

All Implemented Interfaces:
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:
  • Constructor Details

    • RadianceNightShadeLookAndFeel

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