Class RadianceGraphiteLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceGraphiteLookAndFeel

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