Class SubstanceCremeCoffeeLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceCremeCoffeeLookAndFeel

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