Class RadianceMagellanLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceMagellanLookAndFeel

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