Class SubstanceRavenLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceRavenLookAndFeel

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