Class SubstanceOfficeBlue2007LookAndFeel
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- org.pushingpixels.substance.api.SubstanceLookAndFeel
-
- org.pushingpixels.substance.extras.api.skinpack.SubstanceOfficeBlue2007LookAndFeel
-
public class SubstanceOfficeBlue2007LookAndFeel extends org.pushingpixels.substance.api.SubstanceLookAndFeelStandalone look-and-feel that uses theOffice Blue 2007skin fromOfficeBlue2007Skin. You can set this look-and-feel by:- -Dswing.defaultlaf=org.pushingpixels.substance.api.skin. SubstanceOfficeBlue2007LookAndFeel
- UIManager.setLookAndFeel( "org.pushingpixels.substance.extras.api.skinpack.SubstanceOfficeBlue2007LookAndFeel" );
- UIManager.setLookAndFeel(new SubstanceOfficeBlue2007LookAndFeel());
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubstanceOfficeBlue2007LookAndFeel()Creates a newOffice Blue 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
-
-