Class RadianceMistAquaLookAndFeel

All Implemented Interfaces:
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:
  • Constructor Details

    • RadianceMistAquaLookAndFeel

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