Class RadianceNebulaAmethystLookAndFeel

All Implemented Interfaces:
Serializable

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

    • RadianceNebulaAmethystLookAndFeel

      public RadianceNebulaAmethystLookAndFeel()
      Creates a new Nebula Amethyst look-and-feel.