Class RadianceDustCoffeeLookAndFeel

All Implemented Interfaces:
Serializable

public class RadianceDustCoffeeLookAndFeel extends RadianceLookAndFeel
Standalone look-and-feel that uses the Dust Coffee skin from DustSkin. You can set this look-and-feel by:
  • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin. RadianceDustCoffeeLookAndFeel
  • UIManager.setLookAndFeel( "org.pushingpixels.radiance.theming.api.skin.RadianceDustCoffeeLookAndFeel" );
  • UIManager.setLookAndFeel(new RadianceDustCoffeeLookAndFeel());
See Also:
  • Constructor Details

    • RadianceDustCoffeeLookAndFeel

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