Class RadianceDustCoffeeLookAndFeel

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

      • RadianceDustCoffeeLookAndFeel

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