Class RadianceDustLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceDustLookAndFeel

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