Class SubstanceSaharaLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceSaharaLookAndFeel

        public SubstanceSaharaLookAndFeel()
        Creates a new Sahara look-and-feel.