Class FlatPropertiesLaf

  • All Implemented Interfaces:
    Serializable

    public class FlatPropertiesLaf
    extends FlatLaf
    A Flat LaF that is able to load UI defaults from properties passed to the constructor.

    Specify the base theme in the properties with @baseTheme=<baseTheme>. Allowed values for <baseTheme> are light (the default), dark, intellij or darcula.

    The properties are applied after loading the base theme and may overwrite base properties. All features of FlatLaf properties files are available.

    See Also:
    Serialized Form