Class SubstanceMagellanLookAndFeel

All Implemented Interfaces:
Serializable

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

    • SubstanceMagellanLookAndFeel

      public SubstanceMagellanLookAndFeel()
      Creates a new Magellan look-and-feel.