Class SubstanceMistSilverLookAndFeel

  • All Implemented Interfaces:
    Serializable

    public class SubstanceMistSilverLookAndFeel
    extends SubstanceLookAndFeel
    Standalone look-and-feel that uses the Mist Silver skin from MistSilverSkin. You can set this look-and-feel by:
    • -Dswing.defaultlaf=org.pushingpixels.substance.api.skin. SubstanceMistSilverLookAndFeel
    • UIManager.setLookAndFeel( "org.pushingpixels.substance.api.skin.SubstanceMistSilverLookAndFeel" );
    • UIManager.setLookAndFeel(new SubstanceMistSilverLookAndFeel());
    Since:
    version 4.0
    See Also:
    Serialized Form
    • Constructor Detail

      • SubstanceMistSilverLookAndFeel

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