Class FlatIntelliJLaf

  • All Implemented Interfaces:
    java.io.Serializable

    public class FlatIntelliJLaf
    extends FlatLightLaf
    A Flat LaF that has a light color scheme and looks like IntelliJ LaF.

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

    See Also:
    Serialized Form
    • Constructor Detail

      • FlatIntelliJLaf

        public FlatIntelliJLaf()
    • Method Detail

      • setup

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

        @Deprecated
        public static boolean install()
        Deprecated.
        use setup() instead; this method will be removed in a future version
      • 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.