Package com.formdev.flatlaf
Class FlatDarkLaf
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- com.formdev.flatlaf.FlatLaf
-
- com.formdev.flatlaf.FlatDarkLaf
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FlatDarculaLaf
public class FlatDarkLaf extends FlatLaf
A Flat LaF that has a dark color scheme. The UI defaults are loaded from FlatDarkLaf.properties and FlatLaf.properties- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlatDarkLaf()
-
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
-
-