Class RadianceCeruleanLookAndFeel

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

      • RadianceCeruleanLookAndFeel

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