Class RadianceGraphiteChalkLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceGraphiteChalkLookAndFeel

      public RadianceGraphiteChalkLookAndFeel()
      Creates a new Graphite Chalk look-and-feel.