Class SubstanceDustCoffeeLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceDustCoffeeLookAndFeel

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