Class FlatMacLightLaf

  • All Implemented Interfaces:
    java.io.Serializable

    public class FlatMacLightLaf
    extends FlatLightLaf
    A Flat LaF that imitates macOS light look.

    The UI defaults are loaded from FlatMacLightLaf.properties, FlatLightLaf.properties and FlatLaf.properties.

    Since:
    3
    See Also:
    Serialized Form
    • Constructor Detail

      • FlatMacLightLaf

        public FlatMacLightLaf()
    • 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.