Class SubstanceMistAquaLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceMistAquaLookAndFeel

        public SubstanceMistAquaLookAndFeel()
        Creates a new Mist Aqua look-and-feel.