Class RadianceMistSilverLookAndFeel

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

      • RadianceMistSilverLookAndFeel

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