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