Class RadianceCremeLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceCremeLookAndFeel

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