Class RadianceGraphiteSunsetLookAndFeel

All Implemented Interfaces:
Serializable

public class RadianceGraphiteSunsetLookAndFeel extends RadianceLookAndFeel
Standalone look-and-feel that uses the Graphite Sunset skin from GraphiteSunsetSkin. You can set this look-and-feel by:
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin. RadianceGraphiteSunsetLookAndFeel
  • UIManager.setLookAndFeel( "org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteSunsetLookAndFeel" );
  • UIManager.setLookAndFeel(new RadianceGraphiteSunsetLookAndFeel());
See Also:
  • Constructor Details

    • RadianceGraphiteSunsetLookAndFeel

      public RadianceGraphiteSunsetLookAndFeel()
      Creates a new Graphite Sunset look-and-feel.