Class SubstanceCremeLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceCremeLookAndFeel

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