Class RadianceCremeCoffeeLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RadianceCremeCoffeeLookAndFeel

        public RadianceCremeCoffeeLookAndFeel()
        Creates a new Creme Coffee look-and-feel.