Class SubstanceAutumnLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceAutumnLookAndFeel

        public SubstanceAutumnLookAndFeel()
        Creates a new Autumn look-and-feel.