Class RadianceMarinerLookAndFeel

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

      • RadianceMarinerLookAndFeel

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