Class SubstanceGeminiLookAndFeel

  • All Implemented Interfaces:
    Serializable

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

      • SubstanceGeminiLookAndFeel

        public SubstanceGeminiLookAndFeel()
        Creates a new Gemini look-and-feel.