Package com.formdev.flatlaf
Class FlatLightLaf
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- com.formdev.flatlaf.FlatLaf
-
- com.formdev.flatlaf.FlatLightLaf
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FlatIntelliJLaf
public class FlatLightLaf extends FlatLaf
A Flat LaF that has a light color scheme. The UI defaults are loaded from FlatLightLaf.properties and FlatLaf.properties- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlatLightLaf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getName()
static boolean
install()
boolean
isDark()
-
Methods inherited from class com.formdev.flatlaf.FlatLaf
getAdditionalDefaults, getDefaults, getDisabledIcon, getID, getLafClassesForDefaultsLoading, getSupportsWindowDecorations, hideMnemonics, initialize, initIconColors, install, isLafDark, isNativeLookAndFeel, isShowMnemonics, isSupportedLookAndFeel, registerCustomDefaultsSource, registerCustomDefaultsSource, registerCustomDefaultsSource, showMnemonics, uninitialize, unregisterCustomDefaultsSource, unregisterCustomDefaultsSource, unregisterCustomDefaultsSource, updateUI, updateUILater
-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initClassDefaults, initComponentDefaults, initSystemColorDefaults, loadSystemColors, playSound
-
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledSelectedIcon, getLayoutStyle, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
-
-