Class SubstanceOfficeBlack2007LookAndFeel

All Implemented Interfaces:
Serializable

public class SubstanceOfficeBlack2007LookAndFeel extends SubstanceLookAndFeel
Standalone look-and-feel that uses the Office Black 2007 skin from OfficeBlack2007Skin. You can set this look-and-feel by:
  • -Dswing.defaultlaf=org.pushingpixels.substance.api.skin. SubstanceOfficeBlack2007LookAndFeel
  • UIManager.setLookAndFeel( "org.pushingpixels.substance.api.skin.SubstanceOfficeBlack2007LookAndFeel" );
  • UIManager.setLookAndFeel(new SubstanceOfficeBlack2007LookAndFeel());
Since:
version 6.1
See Also:
  • Constructor Details

    • SubstanceOfficeBlack2007LookAndFeel

      public SubstanceOfficeBlack2007LookAndFeel()
      Creates a new Office Black 2007 look-and-feel.