Uses of Class
com.formdev.flatlaf.FlatLaf
-
Packages that use FlatLaf Package Description com.formdev.flatlaf com.formdev.flatlaf.themes -
-
Uses of FlatLaf in com.formdev.flatlaf
Subclasses of FlatLaf in com.formdev.flatlaf Modifier and Type Class Description class
FlatDarculaLaf
A Flat LaF that has a dark color scheme and looks like Darcula LaF.class
FlatDarkLaf
A Flat LaF that has a dark color scheme.class
FlatIntelliJLaf
A Flat LaF that has a light color scheme and looks like IntelliJ LaF.class
FlatLightLaf
A Flat LaF that has a light color scheme.class
FlatPropertiesLaf
A Flat LaF that is able to load UI defaults from properties passed to the constructor.static class
IntelliJTheme.ThemeLaf
Methods in com.formdev.flatlaf that return FlatLaf Modifier and Type Method Description static FlatLaf
IntelliJTheme. createLaf(IntelliJTheme theme)
Creates a Laf instance for the given IntelliJ theme.static FlatLaf
IntelliJTheme. createLaf(InputStream in)
Loads a IntelliJ .theme.json file from the given input stream and creates a Laf instance for it. -
Uses of FlatLaf in com.formdev.flatlaf.themes
Subclasses of FlatLaf in com.formdev.flatlaf.themes Modifier and Type Class Description class
FlatMacDarkLaf
A Flat LaF that imitates macOS dark look.class
FlatMacLightLaf
A Flat LaF that imitates macOS light look.
-