Class RadianceMistAquaLookAndFeel

  • All Implemented Interfaces:
    java.io.Serializable

    public class RadianceMistAquaLookAndFeel
    extends RadianceLookAndFeel
    Standalone look-and-feel that uses the Mist Aqua skin from MistAquaSkin. You can set this look-and-feel by:
    • -Dswing.defaultlaf=org.pushingpixels.radiance.theming.api.skin.RadianceMistAquaLookAndFeel
    • UIManager.setLookAndFeel( "org.pushingpixels.radiance.theming.api.skin.RadianceMistAquaLookAndFeel" );
    • UIManager.setLookAndFeel(new RadianceMistAquaLookAndFeel());
    See Also:
    Serialized Form
    • Constructor Detail

      • RadianceMistAquaLookAndFeel

        public RadianceMistAquaLookAndFeel()
        Creates a new Mist Aqua look-and-feel.