Class RadianceGraphiteChalkLookAndFeel

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • RadianceGraphiteChalkLookAndFeel

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