Class RadianceDustLookAndFeel

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • RadianceDustLookAndFeel

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