Class SubstanceNebulaAmethystLookAndFeel



  • public class SubstanceNebulaAmethystLookAndFeel
    extends SubstanceLookAndFeel
    Standalone look-and-feel that uses the Nebula Amethyst skin from NebulaAmethystSkin. You can set this look-and-feel by:
    • -Dswing.defaultlaf=org.pushingpixels.substance.api.skin.SubstanceNebulaAmethystLookAndFeel
    • UIManager.setLookAndFeel( "org.pushingpixels.substance.api.skin.SubstanceNebulaAmethystLookAndFeel" );
    • UIManager.setLookAndFeel(new SubstanceNebulaAmethystLookAndFeel());
    See Also:
    Serialized Form
    • Constructor Detail

      • SubstanceNebulaAmethystLookAndFeel

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