Class RadianceModerateLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceModerateLookAndFeel

      public RadianceModerateLookAndFeel()
      Creates a new Moderate look-and-feel.