Class SubstanceGraphiteGoldLookAndFeel



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

      • SubstanceGraphiteGoldLookAndFeel

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