Class SubstanceOfficeBlack2007LookAndFeel
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- org.pushingpixels.substance.api.SubstanceLookAndFeel
-
- org.pushingpixels.substance.extras.api.skinpack.SubstanceOfficeBlack2007LookAndFeel
-
public class SubstanceOfficeBlack2007LookAndFeel extends org.pushingpixels.substance.api.SubstanceLookAndFeelStandalone look-and-feel that uses theOffice Black 2007skin fromOfficeBlack2007Skin. You can set this look-and-feel by:- -Dswing.defaultlaf=org.pushingpixels.substance.api.skin. SubstanceOfficeBlack2007LookAndFeel
- UIManager.setLookAndFeel( "org.pushingpixels.substance.extras.api.skinpack.SubstanceOfficeBlack2007LookAndFeel" );
- UIManager.setLookAndFeel(new SubstanceOfficeBlack2007LookAndFeel());
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubstanceOfficeBlack2007LookAndFeel()Creates a newOffice Black 2007look-and-feel.
-
Method Summary
-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initSystemColorDefaults, loadSystemColors, playSound
-
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledSelectedIcon, getLayoutStyle, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
-
-