Class RadianceGraphiteSunsetLookAndFeel

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

      • RadianceGraphiteSunsetLookAndFeel

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