Class RadianceNebulaAmethystLookAndFeel

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

      • RadianceNebulaAmethystLookAndFeel

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