public class DarkLaf extends BasicLookAndFeel
Modifier and Type | Field and Description |
---|---|
static String |
ALLOW_NATIVE_CODE_FLAG |
static String |
SYSTEM_PROPERTY_PREFIX |
Constructor and Description |
---|
DarkLaf()
Create Custom Darcula LaF.
|
Modifier and Type | Method and Description |
---|---|
UIDefaults |
getDefaults() |
String |
getDescription() |
String |
getID() |
String |
getName() |
boolean |
getSupportsWindowDecorations() |
void |
initialize() |
boolean |
isNativeLookAndFeel() |
boolean |
isSupportedLookAndFeel() |
void |
uninitialize() |
createAudioAction, getAudioActionMap, initClassDefaults, initComponentDefaults, initSystemColorDefaults, loadSystemColors, playSound
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getLayoutStyle, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
public static final String SYSTEM_PROPERTY_PREFIX
public static final String ALLOW_NATIVE_CODE_FLAG
public void initialize()
initialize
in class BasicLookAndFeel
public void uninitialize()
uninitialize
in class BasicLookAndFeel
public UIDefaults getDefaults()
getDefaults
in class BasicLookAndFeel
public String getName()
getName
in class LookAndFeel
public String getID()
getID
in class LookAndFeel
public String getDescription()
getDescription
in class LookAndFeel
public boolean isNativeLookAndFeel()
isNativeLookAndFeel
in class LookAndFeel
public boolean isSupportedLookAndFeel()
isSupportedLookAndFeel
in class LookAndFeel
public boolean getSupportsWindowDecorations()
getSupportsWindowDecorations
in class LookAndFeel