Class RadianceCeruleanLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceCeruleanLookAndFeel

      public RadianceCeruleanLookAndFeel()
      Creates a new Cerulean look-and-feel.