Class RadianceRavenLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceRavenLookAndFeel

      public RadianceRavenLookAndFeel()
      Creates a new Raven look-and-feel.