Class SubstanceDustLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceDustLookAndFeel

        public SubstanceDustLookAndFeel()
        Creates a new Dust look-and-feel.