Class RadianceCremeCoffeeLookAndFeel

All Implemented Interfaces:
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:
  • Constructor Details

    • RadianceCremeCoffeeLookAndFeel

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