Class RadianceAutumnLookAndFeel

All Implemented Interfaces:
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:
  • Constructor Details

    • RadianceAutumnLookAndFeel

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