Class SubstanceDustLookAndFeel



  • 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());
    See Also:
    Serialized Form
    • Constructor Detail

      • SubstanceDustLookAndFeel

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