Class RadianceRavenLookAndFeel

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

      • RadianceRavenLookAndFeel

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