Class RadianceAutumnLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceAutumnLookAndFeel

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