Class RadianceMarinerLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceMarinerLookAndFeel

      public RadianceMarinerLookAndFeel()
      Creates a new Mariner look-and-feel.