Class SubstanceBusinessLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceBusinessLookAndFeel

        public SubstanceBusinessLookAndFeel()
        Creates a new Business look-and-feel.