Class RadianceMagellanLookAndFeel

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • RadianceMagellanLookAndFeel

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