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