Class RadianceGraphiteGoldLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceGraphiteGoldLookAndFeel

        public RadianceGraphiteGoldLookAndFeel()
        Creates a new Graphite Gold look-and-feel.