Class RadianceMistSilverLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceMistSilverLookAndFeel

      public RadianceMistSilverLookAndFeel()
      Creates a new Mist Silver look-and-feel.