Class SubstanceMagellanLookAndFeel



  • 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());
    See Also:
    Serialized Form
    • Constructor Detail

      • SubstanceMagellanLookAndFeel

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