Class FlatMacDarkLaf

  • All Implemented Interfaces:
    java.io.Serializable

    public class FlatMacDarkLaf
    extends FlatDarkLaf
    A Flat LaF that imitates macOS dark look.

    The UI defaults are loaded from FlatMacDarkLaf.properties, FlatDarkLaf.properties and FlatLaf.properties.

    Since:
    3
    See Also:
    Serialized Form
    • Constructor Detail

      • FlatMacDarkLaf

        public FlatMacDarkLaf()
    • Method Detail

      • setup

        public static boolean setup()
        Sets the application look and feel to this LaF using UIManager.setLookAndFeel(javax.swing.LookAndFeel).
      • installLafInfo

        public static void installLafInfo()
        Adds this look and feel to the set of available look and feels.

        Useful if your application uses UIManager.getInstalledLookAndFeels() to query available LaFs and display them to the user in a combobox.