Class SubstanceCeruleanLookAndFeel

  • All Implemented Interfaces:
    Serializable

    public class SubstanceCeruleanLookAndFeel
    extends SubstanceLookAndFeel
    Standalone look-and-feel that uses the Cerulean skin from CeruleanSkin. You can set this look-and-feel by:
    • -Dswing.defaultlaf=org.pushingpixels.substance.api.skin. SubstanceCeruleanLookAndFeel
    • UIManager.setLookAndFeel( "org.pushingpixels.substance.api.skin.SubstanceCeruleanLookAndFeel" );
    • UIManager.setLookAndFeel(new SubstanceCeruleanLookAndFeel());
    Since:
    version 7.0
    See Also:
    Serialized Form
    • Constructor Detail

      • SubstanceCeruleanLookAndFeel

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