Class RadianceModerateLookAndFeel

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • RadianceModerateLookAndFeel

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