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:
  • Constructor Details

    • SubstanceDustCoffeeLookAndFeel

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