Class SubstanceTwilightLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceTwilightLookAndFeel

        public SubstanceTwilightLookAndFeel()
        Creates a new Twilight look-and-feel.