UIDefaults manages the defaults of currently installed Look and Feel components.
UIDefaults
Following code prints the list of UIDefaults (Java 1.8).
package com.logicbig.example; import javax.swing.*; import java.util.*; public class UiDefaultsList { public static void main(String[] args) throws Exception { List<Map.Entry<Object, Object>> entries = new ArrayList<>(UIManager.getLookAndFeelDefaults().entrySet()); Collections.sort(entries, Comparator.comparing(e -> Objects.toString(e.getKey()))); entries.forEach(UiDefaultsList::printEntry); } private static void printEntry(Map.Entry<Object, Object> e) { System.out.printf("%-53s= %s%n", e.getKey(), e.getValue().getClass().getTypeName()); } }
AuditoryCues.allAuditoryCues = java.lang.Object[]AuditoryCues.cueList = java.lang.Object[]AuditoryCues.defaultCueList = java.lang.Object[]AuditoryCues.noAuditoryCues = java.lang.Object[]Button.background = javax.swing.plaf.ColorUIResourceButton.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$250/1900172181Button.darkShadow = javax.swing.plaf.ColorUIResourceButton.defaultButtonFollowsFocus = java.lang.BooleanButton.disabledText = javax.swing.plaf.ColorUIResourceButton.disabledToolBarBorderBackground = javax.swing.plaf.ColorUIResourceButton.focus = javax.swing.plaf.ColorUIResourceButton.focusInputMap = javax.swing.UIDefaults$LazyInputMapButton.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueButton.foreground = sun.swing.PrintColorUIResourceButton.gradient = java.util.Arrays$ArrayListButton.highlight = javax.swing.plaf.ColorUIResourceButton.light = javax.swing.plaf.ColorUIResourceButton.margin = javax.swing.plaf.InsetsUIResourceButton.rollover = java.lang.BooleanButton.rolloverIconType = java.lang.StringButton.select = javax.swing.plaf.ColorUIResourceButton.shadow = javax.swing.plaf.ColorUIResourceButton.textIconGap = java.lang.IntegerButton.textShiftOffset = java.lang.IntegerButton.toolBarBorderBackground = javax.swing.plaf.ColorUIResourceButtonUI = java.lang.StringCheckBox.background = javax.swing.plaf.ColorUIResourceCheckBox.border = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$222/1281759200CheckBox.disabledText = javax.swing.plaf.ColorUIResourceCheckBox.focus = javax.swing.plaf.ColorUIResourceCheckBox.focusInputMap = javax.swing.UIDefaults$LazyInputMapCheckBox.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueCheckBox.foreground = sun.swing.PrintColorUIResourceCheckBox.gradient = java.util.Arrays$ArrayListCheckBox.icon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$262/1763310659CheckBox.margin = javax.swing.plaf.InsetsUIResourceCheckBox.rollover = java.lang.BooleanCheckBox.textIconGap = java.lang.IntegerCheckBox.textShiftOffset = java.lang.IntegerCheckBox.totalInsets = java.awt.InsetsCheckBoxMenuItem.acceleratorFont = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueCheckBoxMenuItem.acceleratorForeground = javax.swing.plaf.ColorUIResourceCheckBoxMenuItem.acceleratorSelectionForeground = sun.swing.PrintColorUIResourceCheckBoxMenuItem.arrowIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$291/1524430369CheckBoxMenuItem.background = javax.swing.plaf.ColorUIResourceCheckBoxMenuItem.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$256/1159927898CheckBoxMenuItem.borderPainted = java.lang.BooleanCheckBoxMenuItem.checkIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$290/1305606724CheckBoxMenuItem.commandSound = java.lang.StringCheckBoxMenuItem.disabledForeground = javax.swing.plaf.ColorUIResourceCheckBoxMenuItem.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueCheckBoxMenuItem.foreground = sun.swing.PrintColorUIResourceCheckBoxMenuItem.gradient = java.util.Arrays$ArrayListCheckBoxMenuItem.margin = javax.swing.plaf.InsetsUIResourceCheckBoxMenuItem.selectionBackground = javax.swing.plaf.ColorUIResourceCheckBoxMenuItem.selectionForeground = sun.swing.PrintColorUIResourceCheckBoxMenuItemUI = java.lang.StringCheckBoxUI = java.lang.StringCheckbox.select = javax.swing.plaf.ColorUIResourceColorChooser.background = javax.swing.plaf.ColorUIResourceColorChooser.font = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$208/734509618ColorChooser.foreground = sun.swing.PrintColorUIResourceColorChooser.swatchesDefaultRecentColor = javax.swing.plaf.ColorUIResourceColorChooser.swatchesRecentSwatchSize = java.awt.DimensionColorChooser.swatchesSwatchSize = java.awt.DimensionColorChooserUI = java.lang.StringComboBox.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapComboBox.background = javax.swing.plaf.ColorUIResourceComboBox.buttonBackground = javax.swing.plaf.ColorUIResourceComboBox.buttonDarkShadow = javax.swing.plaf.ColorUIResourceComboBox.buttonHighlight = javax.swing.plaf.ColorUIResourceComboBox.buttonShadow = javax.swing.plaf.ColorUIResourceComboBox.disabledBackground = javax.swing.plaf.ColorUIResourceComboBox.disabledForeground = javax.swing.plaf.ColorUIResourceComboBox.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueComboBox.foreground = sun.swing.PrintColorUIResourceComboBox.isEnterSelectablePopup = java.lang.BooleanComboBox.noActionOnKeyNavigation = java.lang.BooleanComboBox.selectionBackground = javax.swing.plaf.ColorUIResourceComboBox.selectionForeground = sun.swing.PrintColorUIResourceComboBox.timeFactor = java.lang.LongComboBoxUI = java.lang.StringDesktop.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapDesktop.background = javax.swing.plaf.ColorUIResourceDesktop.minOnScreenInsets = javax.swing.plaf.InsetsUIResourceDesktopIcon.background = javax.swing.plaf.ColorUIResourceDesktopIcon.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$253/1840250355DesktopIcon.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueDesktopIcon.foreground = sun.swing.PrintColorUIResourceDesktopIcon.width = java.lang.IntegerDesktopIconUI = java.lang.StringDesktopPaneUI = java.lang.StringEditorPane.background = javax.swing.plaf.ColorUIResourceEditorPane.border = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$213/301539071EditorPane.caretBlinkRate = java.lang.IntegerEditorPane.caretForeground = sun.swing.PrintColorUIResourceEditorPane.focusInputMap = javax.swing.UIDefaults$LazyInputMapEditorPane.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueEditorPane.foreground = sun.swing.PrintColorUIResourceEditorPane.inactiveForeground = javax.swing.plaf.ColorUIResourceEditorPane.margin = javax.swing.plaf.InsetsUIResourceEditorPane.selectionBackground = javax.swing.plaf.ColorUIResourceEditorPane.selectionForeground = sun.swing.PrintColorUIResourceEditorPaneUI = java.lang.StringFileChooser.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapFileChooser.detailsViewIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$269/1783084211FileChooser.homeFolderIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363FileChooser.listViewIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$271/583902429FileChooser.newFolderIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363FileChooser.readOnly = java.lang.BooleanFileChooser.upFolderIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363FileChooser.useSystemExtensionHiding = java.lang.BooleanFileChooser.usesSingleFilePane = java.lang.BooleanFileChooserUI = java.lang.StringFileView.computerIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363FileView.directoryIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363FileView.fileIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363FileView.floppyDriveIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363FileView.hardDriveIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363FormattedTextField.background = javax.swing.plaf.ColorUIResourceFormattedTextField.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$246/1358949391FormattedTextField.caretBlinkRate = java.lang.IntegerFormattedTextField.caretForeground = sun.swing.PrintColorUIResourceFormattedTextField.focusInputMap = javax.swing.UIDefaults$LazyInputMapFormattedTextField.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueFormattedTextField.foreground = sun.swing.PrintColorUIResourceFormattedTextField.inactiveBackground = javax.swing.plaf.ColorUIResourceFormattedTextField.inactiveForeground = javax.swing.plaf.ColorUIResourceFormattedTextField.margin = javax.swing.plaf.InsetsUIResourceFormattedTextField.selectionBackground = javax.swing.plaf.ColorUIResourceFormattedTextField.selectionForeground = sun.swing.PrintColorUIResourceFormattedTextFieldUI = java.lang.StringInternalFrame.activeTitleBackground = javax.swing.plaf.ColorUIResourceInternalFrame.activeTitleForeground = sun.swing.PrintColorUIResourceInternalFrame.activeTitleGradient = java.util.Arrays$ArrayListInternalFrame.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$277/1956130756InternalFrame.borderColor = javax.swing.plaf.ColorUIResourceInternalFrame.borderDarkShadow = javax.swing.plaf.ColorUIResourceInternalFrame.borderHighlight = javax.swing.plaf.ColorUIResourceInternalFrame.borderLight = javax.swing.plaf.ColorUIResourceInternalFrame.borderShadow = javax.swing.plaf.ColorUIResourceInternalFrame.closeIcon = javax.swing.plaf.metal.OceanTheme$1InternalFrame.closeSound = java.lang.StringInternalFrame.icon = sun.swing.SwingUtilities2$$Lambda$223/164073363InternalFrame.iconifyIcon = javax.swing.plaf.metal.OceanTheme$2InternalFrame.inactiveTitleBackground = javax.swing.plaf.ColorUIResourceInternalFrame.inactiveTitleForeground = sun.swing.PrintColorUIResourceInternalFrame.maximizeIcon = javax.swing.plaf.metal.OceanTheme$4InternalFrame.maximizeSound = java.lang.StringInternalFrame.minimizeIcon = javax.swing.plaf.metal.OceanTheme$3InternalFrame.minimizeSound = java.lang.StringInternalFrame.optionDialogBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$278/1409514066InternalFrame.paletteBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$279/514342470InternalFrame.paletteCloseIcon = javax.swing.plaf.metal.OceanTheme$5InternalFrame.paletteTitleHeight = java.lang.IntegerInternalFrame.restoreDownSound = java.lang.StringInternalFrame.restoreUpSound = java.lang.StringInternalFrame.titleFont = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueInternalFrameTitlePane.closeButtonOpacity = java.lang.BooleanInternalFrameTitlePane.iconifyButtonOpacity = java.lang.BooleanInternalFrameTitlePane.maximizeButtonOpacity = java.lang.BooleanInternalFrameUI = java.lang.StringLabel.background = javax.swing.plaf.ColorUIResourceLabel.disabledForeground = javax.swing.plaf.ColorUIResourceLabel.disabledShadow = javax.swing.plaf.ColorUIResourceLabel.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueLabel.foreground = sun.swing.PrintColorUIResourceLabelUI = java.lang.StringList.background = javax.swing.plaf.ColorUIResourceList.cellRenderer = javax.swing.plaf.basic.BasicLookAndFeel$2List.dropCellBackground = javax.swing.plaf.ColorUIResourceList.dropLineColor = javax.swing.plaf.ColorUIResourceList.focusCellHighlightBorder = javax.swing.plaf.metal.OceanTheme$$Lambda$304/1530604878List.focusInputMap = javax.swing.UIDefaults$LazyInputMapList.focusInputMap.RightToLeft = javax.swing.UIDefaults$LazyInputMapList.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueList.foreground = sun.swing.PrintColorUIResourceList.noFocusBorder = javax.swing.plaf.BorderUIResource$EmptyBorderUIResourceList.selectionBackground = javax.swing.plaf.ColorUIResourceList.selectionForeground = sun.swing.PrintColorUIResourceList.timeFactor = java.lang.LongListUI = java.lang.StringMenu.acceleratorFont = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueMenu.acceleratorForeground = javax.swing.plaf.ColorUIResourceMenu.acceleratorSelectionForeground = sun.swing.PrintColorUIResourceMenu.arrowIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$287/400559952Menu.background = javax.swing.plaf.ColorUIResourceMenu.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$256/1159927898Menu.borderPainted = java.lang.BooleanMenu.cancelMode = java.lang.StringMenu.checkIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$286/643139818Menu.crossMenuMnemonic = java.lang.BooleanMenu.disabledForeground = javax.swing.plaf.ColorUIResourceMenu.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueMenu.foreground = sun.swing.PrintColorUIResourceMenu.margin = javax.swing.plaf.InsetsUIResourceMenu.menuPopupOffsetX = java.lang.IntegerMenu.menuPopupOffsetY = java.lang.IntegerMenu.opaque = java.lang.BooleanMenu.preserveTopLevelSelection = java.lang.BooleanMenu.selectionBackground = javax.swing.plaf.ColorUIResourceMenu.selectionForeground = sun.swing.PrintColorUIResourceMenu.shortcutKeys = int[]Menu.submenuPopupOffsetX = java.lang.IntegerMenu.submenuPopupOffsetY = java.lang.IntegerMenuBar.background = javax.swing.plaf.ColorUIResourceMenuBar.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$254/236111144MenuBar.borderColor = javax.swing.plaf.ColorUIResourceMenuBar.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueMenuBar.foreground = sun.swing.PrintColorUIResourceMenuBar.gradient = java.util.Arrays$ArrayListMenuBar.highlight = javax.swing.plaf.ColorUIResourceMenuBar.shadow = javax.swing.plaf.ColorUIResourceMenuBar.windowBindings = java.lang.Object[]MenuBarUI = java.lang.StringMenuItem.acceleratorDelimiter = java.lang.StringMenuItem.acceleratorFont = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueMenuItem.acceleratorForeground = javax.swing.plaf.ColorUIResourceMenuItem.acceleratorSelectionForeground = sun.swing.PrintColorUIResourceMenuItem.arrowIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$289/1204365455MenuItem.background = javax.swing.plaf.ColorUIResourceMenuItem.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$256/1159927898MenuItem.borderPainted = java.lang.BooleanMenuItem.checkIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$288/267167124MenuItem.commandSound = java.lang.StringMenuItem.disabledForeground = javax.swing.plaf.ColorUIResourceMenuItem.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueMenuItem.foreground = sun.swing.PrintColorUIResourceMenuItem.margin = javax.swing.plaf.InsetsUIResourceMenuItem.selectionBackground = javax.swing.plaf.ColorUIResourceMenuItem.selectionForeground = sun.swing.PrintColorUIResourceMenuItemUI = java.lang.StringMenuUI = java.lang.StringOptionPane.background = javax.swing.plaf.ColorUIResourceOptionPane.border = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$234/829513147OptionPane.buttonAreaBorder = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$235/1963952252OptionPane.buttonClickThreshhold = java.lang.IntegerOptionPane.errorDialog.border.background = javax.swing.plaf.ColorUIResourceOptionPane.errorDialog.titlePane.background = javax.swing.plaf.ColorUIResourceOptionPane.errorDialog.titlePane.foreground = javax.swing.plaf.ColorUIResourceOptionPane.errorDialog.titlePane.shadow = javax.swing.plaf.ColorUIResourceOptionPane.errorIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363OptionPane.errorSound = java.lang.StringOptionPane.font = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$208/734509618OptionPane.foreground = sun.swing.PrintColorUIResourceOptionPane.informationIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363OptionPane.informationSound = java.lang.StringOptionPane.messageAreaBorder = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$233/2054368561OptionPane.messageForeground = sun.swing.PrintColorUIResourceOptionPane.minimumSize = javax.swing.plaf.DimensionUIResourceOptionPane.questionDialog.border.background = javax.swing.plaf.ColorUIResourceOptionPane.questionDialog.titlePane.background = javax.swing.plaf.ColorUIResourceOptionPane.questionDialog.titlePane.foreground = javax.swing.plaf.ColorUIResourceOptionPane.questionDialog.titlePane.shadow = javax.swing.plaf.ColorUIResourceOptionPane.questionIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363OptionPane.questionSound = java.lang.StringOptionPane.warningDialog.border.background = javax.swing.plaf.ColorUIResourceOptionPane.warningDialog.titlePane.background = javax.swing.plaf.ColorUIResourceOptionPane.warningDialog.titlePane.foreground = javax.swing.plaf.ColorUIResourceOptionPane.warningDialog.titlePane.shadow = javax.swing.plaf.ColorUIResourceOptionPane.warningIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363OptionPane.warningSound = java.lang.StringOptionPane.windowBindings = java.lang.Object[]OptionPaneUI = java.lang.StringPanel.background = javax.swing.plaf.ColorUIResourcePanel.font = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$208/734509618Panel.foreground = sun.swing.PrintColorUIResourcePanelUI = java.lang.StringPasswordField.background = javax.swing.plaf.ColorUIResourcePasswordField.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$246/1358949391PasswordField.caretBlinkRate = java.lang.IntegerPasswordField.caretForeground = sun.swing.PrintColorUIResourcePasswordField.echoChar = java.lang.CharacterPasswordField.focusInputMap = javax.swing.UIDefaults$LazyInputMapPasswordField.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValuePasswordField.foreground = sun.swing.PrintColorUIResourcePasswordField.inactiveBackground = javax.swing.plaf.ColorUIResourcePasswordField.inactiveForeground = javax.swing.plaf.ColorUIResourcePasswordField.margin = javax.swing.plaf.InsetsUIResourcePasswordField.selectionBackground = javax.swing.plaf.ColorUIResourcePasswordField.selectionForeground = sun.swing.PrintColorUIResourcePasswordFieldUI = java.lang.StringPopupMenu.background = javax.swing.plaf.ColorUIResourcePopupMenu.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$255/507636877PopupMenu.consumeEventOnClose = java.lang.BooleanPopupMenu.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValuePopupMenu.foreground = sun.swing.PrintColorUIResourcePopupMenu.popupSound = java.lang.StringPopupMenu.selectedWindowInputMapBindings = java.lang.Object[]PopupMenu.selectedWindowInputMapBindings.RightToLeft = java.lang.Object[]PopupMenuSeparatorUI = java.lang.StringPopupMenuUI = java.lang.StringProgressBar.background = javax.swing.plaf.ColorUIResourceProgressBar.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$258/1339199803ProgressBar.cellLength = java.lang.IntegerProgressBar.cellSpacing = java.lang.IntegerProgressBar.cycleTime = java.lang.IntegerProgressBar.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueProgressBar.foreground = javax.swing.plaf.ColorUIResourceProgressBar.horizontalSize = javax.swing.plaf.DimensionUIResourceProgressBar.repaintInterval = java.lang.IntegerProgressBar.selectionBackground = javax.swing.plaf.ColorUIResourceProgressBar.selectionForeground = javax.swing.plaf.ColorUIResourceProgressBar.verticalSize = javax.swing.plaf.DimensionUIResourceProgressBarUI = java.lang.StringRadioButton.background = javax.swing.plaf.ColorUIResourceRadioButton.border = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$222/1281759200RadioButton.darkShadow = javax.swing.plaf.ColorUIResourceRadioButton.disabledText = javax.swing.plaf.ColorUIResourceRadioButton.focus = javax.swing.plaf.ColorUIResourceRadioButton.focusInputMap = javax.swing.UIDefaults$LazyInputMapRadioButton.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueRadioButton.foreground = sun.swing.PrintColorUIResourceRadioButton.gradient = java.util.Arrays$ArrayListRadioButton.highlight = javax.swing.plaf.ColorUIResourceRadioButton.icon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$263/986471629RadioButton.light = javax.swing.plaf.ColorUIResourceRadioButton.margin = javax.swing.plaf.InsetsUIResourceRadioButton.rollover = java.lang.BooleanRadioButton.select = javax.swing.plaf.ColorUIResourceRadioButton.shadow = javax.swing.plaf.ColorUIResourceRadioButton.textIconGap = java.lang.IntegerRadioButton.textShiftOffset = java.lang.IntegerRadioButton.totalInsets = java.awt.InsetsRadioButtonMenuItem.acceleratorFont = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueRadioButtonMenuItem.acceleratorForeground = javax.swing.plaf.ColorUIResourceRadioButtonMenuItem.acceleratorSelectionForeground = sun.swing.PrintColorUIResourceRadioButtonMenuItem.arrowIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$293/1056305962RadioButtonMenuItem.background = javax.swing.plaf.ColorUIResourceRadioButtonMenuItem.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$256/1159927898RadioButtonMenuItem.borderPainted = java.lang.BooleanRadioButtonMenuItem.checkIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$292/821442795RadioButtonMenuItem.commandSound = java.lang.StringRadioButtonMenuItem.disabledForeground = javax.swing.plaf.ColorUIResourceRadioButtonMenuItem.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueRadioButtonMenuItem.foreground = sun.swing.PrintColorUIResourceRadioButtonMenuItem.gradient = java.util.Arrays$ArrayListRadioButtonMenuItem.margin = javax.swing.plaf.InsetsUIResourceRadioButtonMenuItem.selectionBackground = javax.swing.plaf.ColorUIResourceRadioButtonMenuItem.selectionForeground = sun.swing.PrintColorUIResourceRadioButtonMenuItemUI = java.lang.StringRadioButtonUI = java.lang.StringRootPane.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapRootPane.colorChooserDialogBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$248/1356017991RootPane.defaultButtonWindowKeyBindings = java.lang.Object[]RootPane.errorDialogBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$302/1205759985RootPane.fileChooserDialogBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$248/1356017991RootPane.frameBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$301/396120200RootPane.informationDialogBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$247/831855139RootPane.plainDialogBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$247/831855139RootPane.questionDialogBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$248/1356017991RootPane.warningDialogBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$303/965953074RootPaneUI = java.lang.StringScrollBar.allowsAbsolutePositioning = java.lang.BooleanScrollBar.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapScrollBar.ancestorInputMap.RightToLeft = javax.swing.UIDefaults$LazyInputMapScrollBar.background = javax.swing.plaf.ColorUIResourceScrollBar.darkShadow = javax.swing.plaf.ColorUIResourceScrollBar.foreground = javax.swing.plaf.ColorUIResourceScrollBar.gradient = java.util.Arrays$ArrayListScrollBar.highlight = javax.swing.plaf.ColorUIResourceScrollBar.maximumThumbSize = javax.swing.plaf.DimensionUIResourceScrollBar.minimumThumbSize = javax.swing.plaf.DimensionUIResourceScrollBar.shadow = javax.swing.plaf.ColorUIResourceScrollBar.thumb = javax.swing.plaf.ColorUIResourceScrollBar.thumbDarkShadow = javax.swing.plaf.ColorUIResourceScrollBar.thumbHighlight = javax.swing.plaf.ColorUIResourceScrollBar.thumbShadow = javax.swing.plaf.ColorUIResourceScrollBar.track = javax.swing.plaf.ColorUIResourceScrollBar.trackHighlight = javax.swing.plaf.ColorUIResourceScrollBar.width = java.lang.IntegerScrollBarUI = java.lang.StringScrollPane.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapScrollPane.ancestorInputMap.RightToLeft = javax.swing.UIDefaults$LazyInputMapScrollPane.background = javax.swing.plaf.ColorUIResourceScrollPane.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$249/1592939472ScrollPane.font = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$208/734509618ScrollPane.foreground = sun.swing.PrintColorUIResourceScrollPaneUI = java.lang.StringSeparator.background = javax.swing.plaf.ColorUIResourceSeparator.foreground = javax.swing.plaf.ColorUIResourceSeparator.highlight = javax.swing.plaf.ColorUIResourceSeparator.shadow = javax.swing.plaf.ColorUIResourceSeparatorUI = java.lang.StringSlider.altTrackColor = javax.swing.plaf.ColorUIResourceSlider.background = javax.swing.plaf.ColorUIResourceSlider.focus = javax.swing.plaf.ColorUIResourceSlider.focusGradient = java.util.Arrays$ArrayListSlider.focusInputMap = javax.swing.UIDefaults$LazyInputMapSlider.focusInputMap.RightToLeft = javax.swing.UIDefaults$LazyInputMapSlider.focusInsets = javax.swing.plaf.InsetsUIResourceSlider.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueSlider.foreground = javax.swing.plaf.ColorUIResourceSlider.gradient = java.util.Arrays$ArrayListSlider.highlight = javax.swing.plaf.ColorUIResourceSlider.horizontalSize = java.awt.DimensionSlider.horizontalThumbIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$274/1115445493Slider.majorTickLength = java.lang.IntegerSlider.minimumHorizontalSize = java.awt.DimensionSlider.minimumVerticalSize = java.awt.DimensionSlider.onlyLeftMouseButtonDrag = java.lang.BooleanSlider.shadow = javax.swing.plaf.ColorUIResourceSlider.tickColor = java.awt.ColorSlider.trackWidth = java.lang.IntegerSlider.verticalSize = java.awt.DimensionSlider.verticalThumbIcon = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$275/232318763SliderUI = java.lang.StringSpinner.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapSpinner.arrowButtonBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$250/1900172181Spinner.arrowButtonInsets = javax.swing.plaf.InsetsUIResourceSpinner.arrowButtonSize = java.awt.DimensionSpinner.background = javax.swing.plaf.ColorUIResourceSpinner.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$246/1358949391Spinner.editorAlignment = java.lang.IntegerSpinner.editorBorderPainted = java.lang.BooleanSpinner.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueSpinner.foreground = javax.swing.plaf.ColorUIResourceSpinnerUI = java.lang.StringSplitPane.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapSplitPane.background = javax.swing.plaf.ColorUIResourceSplitPane.border = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$237/1415023837SplitPane.centerOneTouchButtons = java.lang.BooleanSplitPane.darkShadow = javax.swing.plaf.ColorUIResourceSplitPane.dividerFocusColor = javax.swing.plaf.ColorUIResourceSplitPane.dividerSize = java.lang.IntegerSplitPane.highlight = javax.swing.plaf.ColorUIResourceSplitPane.oneTouchButtonsOpaque = java.lang.BooleanSplitPane.shadow = javax.swing.plaf.ColorUIResourceSplitPaneDivider.border = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$238/1878040425SplitPaneDivider.draggingColor = javax.swing.plaf.ColorUIResourceSplitPaneUI = java.lang.StringTabbedPane.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapTabbedPane.background = javax.swing.plaf.ColorUIResourceTabbedPane.borderHightlightColor = javax.swing.plaf.ColorUIResourceTabbedPane.contentAreaColor = javax.swing.plaf.ColorUIResourceTabbedPane.contentBorderInsets = java.awt.InsetsTabbedPane.contentOpaque = java.lang.BooleanTabbedPane.darkShadow = javax.swing.plaf.ColorUIResourceTabbedPane.focus = javax.swing.plaf.ColorUIResourceTabbedPane.focusInputMap = javax.swing.UIDefaults$LazyInputMapTabbedPane.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueTabbedPane.foreground = sun.swing.PrintColorUIResourceTabbedPane.highlight = javax.swing.plaf.ColorUIResourceTabbedPane.labelShift = java.lang.IntegerTabbedPane.light = javax.swing.plaf.ColorUIResourceTabbedPane.selectHighlight = javax.swing.plaf.ColorUIResourceTabbedPane.selected = javax.swing.plaf.ColorUIResourceTabbedPane.selectedLabelShift = java.lang.IntegerTabbedPane.selectedTabPadInsets = javax.swing.plaf.InsetsUIResourceTabbedPane.selectionFollowsFocus = java.lang.BooleanTabbedPane.shadow = javax.swing.plaf.ColorUIResourceTabbedPane.tabAreaBackground = javax.swing.plaf.ColorUIResourceTabbedPane.tabAreaInsets = java.awt.InsetsTabbedPane.tabInsets = javax.swing.plaf.InsetsUIResourceTabbedPane.tabRunOverlay = java.lang.IntegerTabbedPane.tabsOpaque = java.lang.BooleanTabbedPane.tabsOverlapBorder = java.lang.BooleanTabbedPane.textIconGap = java.lang.IntegerTabbedPane.unselectedBackground = javax.swing.plaf.ColorUIResourceTabbedPaneUI = java.lang.StringTable.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapTable.ancestorInputMap.RightToLeft = javax.swing.UIDefaults$LazyInputMapTable.ascendingSortIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363Table.background = javax.swing.plaf.ColorUIResourceTable.descendingSortIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363Table.dropCellBackground = javax.swing.plaf.ColorUIResourceTable.dropLineColor = javax.swing.plaf.ColorUIResourceTable.dropLineShortColor = sun.swing.PrintColorUIResourceTable.focusCellBackground = javax.swing.plaf.ColorUIResourceTable.focusCellForeground = sun.swing.PrintColorUIResourceTable.focusCellHighlightBorder = javax.swing.plaf.metal.OceanTheme$$Lambda$304/1530604878Table.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueTable.foreground = sun.swing.PrintColorUIResourceTable.gridColor = javax.swing.plaf.ColorUIResourceTable.scrollPaneBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$249/1592939472Table.selectionBackground = javax.swing.plaf.ColorUIResourceTable.selectionForeground = sun.swing.PrintColorUIResourceTable.sortIconColor = javax.swing.plaf.ColorUIResourceTableHeader.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapTableHeader.background = javax.swing.plaf.ColorUIResourceTableHeader.cellBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$285/1646610711TableHeader.focusCellBackground = javax.swing.plaf.ColorUIResourceTableHeader.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueTableHeader.foreground = sun.swing.PrintColorUIResourceTableHeaderUI = java.lang.StringTableUI = java.lang.StringText-specific LCD contrast key = java.lang.IntegerText-specific antialiasing enable key = sun.awt.SunHints$ValueTextArea.background = javax.swing.plaf.ColorUIResourceTextArea.border = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$213/301539071TextArea.caretBlinkRate = java.lang.IntegerTextArea.caretForeground = sun.swing.PrintColorUIResourceTextArea.focusInputMap = javax.swing.UIDefaults$LazyInputMapTextArea.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueTextArea.foreground = sun.swing.PrintColorUIResourceTextArea.inactiveForeground = javax.swing.plaf.ColorUIResourceTextArea.margin = javax.swing.plaf.InsetsUIResourceTextArea.selectionBackground = javax.swing.plaf.ColorUIResourceTextArea.selectionForeground = sun.swing.PrintColorUIResourceTextAreaUI = java.lang.StringTextField.background = javax.swing.plaf.ColorUIResourceTextField.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$246/1358949391TextField.caretBlinkRate = java.lang.IntegerTextField.caretForeground = sun.swing.PrintColorUIResourceTextField.darkShadow = javax.swing.plaf.ColorUIResourceTextField.focusInputMap = javax.swing.UIDefaults$LazyInputMapTextField.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueTextField.foreground = sun.swing.PrintColorUIResourceTextField.highlight = javax.swing.plaf.ColorUIResourceTextField.inactiveBackground = javax.swing.plaf.ColorUIResourceTextField.inactiveForeground = javax.swing.plaf.ColorUIResourceTextField.light = javax.swing.plaf.ColorUIResourceTextField.margin = javax.swing.plaf.InsetsUIResourceTextField.selectionBackground = javax.swing.plaf.ColorUIResourceTextField.selectionForeground = sun.swing.PrintColorUIResourceTextField.shadow = javax.swing.plaf.ColorUIResourceTextFieldUI = java.lang.StringTextPane.background = javax.swing.plaf.ColorUIResourceTextPane.border = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$213/301539071TextPane.caretBlinkRate = java.lang.IntegerTextPane.caretForeground = sun.swing.PrintColorUIResourceTextPane.focusInputMap = javax.swing.UIDefaults$LazyInputMapTextPane.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueTextPane.foreground = sun.swing.PrintColorUIResourceTextPane.inactiveForeground = javax.swing.plaf.ColorUIResourceTextPane.margin = javax.swing.plaf.InsetsUIResourceTextPane.selectionBackground = javax.swing.plaf.ColorUIResourceTextPane.selectionForeground = sun.swing.PrintColorUIResourceTextPaneUI = java.lang.StringTitledBorder.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$252/554649297TitledBorder.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueTitledBorder.titleColor = sun.swing.PrintColorUIResourceToggleButton.background = javax.swing.plaf.ColorUIResourceToggleButton.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$251/1746869148ToggleButton.darkShadow = javax.swing.plaf.ColorUIResourceToggleButton.disabledText = javax.swing.plaf.ColorUIResourceToggleButton.focus = javax.swing.plaf.ColorUIResourceToggleButton.focusInputMap = javax.swing.UIDefaults$LazyInputMapToggleButton.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueToggleButton.foreground = sun.swing.PrintColorUIResourceToggleButton.gradient = java.util.Arrays$ArrayListToggleButton.highlight = javax.swing.plaf.ColorUIResourceToggleButton.light = javax.swing.plaf.ColorUIResourceToggleButton.margin = javax.swing.plaf.InsetsUIResourceToggleButton.select = javax.swing.plaf.ColorUIResourceToggleButton.shadow = javax.swing.plaf.ColorUIResourceToggleButton.textIconGap = java.lang.IntegerToggleButton.textShiftOffset = java.lang.IntegerToggleButtonUI = java.lang.StringToolBar.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapToolBar.background = javax.swing.plaf.ColorUIResourceToolBar.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$257/1475425640ToolBar.borderColor = javax.swing.plaf.ColorUIResourceToolBar.darkShadow = javax.swing.plaf.ColorUIResourceToolBar.dockingBackground = javax.swing.plaf.ColorUIResourceToolBar.dockingForeground = javax.swing.plaf.ColorUIResourceToolBar.floatingBackground = javax.swing.plaf.ColorUIResourceToolBar.floatingForeground = javax.swing.plaf.ColorUIResourceToolBar.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueToolBar.foreground = sun.swing.PrintColorUIResourceToolBar.highlight = javax.swing.plaf.ColorUIResourceToolBar.isRollover = java.lang.BooleanToolBar.light = javax.swing.plaf.ColorUIResourceToolBar.nonrolloverBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$300/257267570ToolBar.rolloverBorder = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$299/1755501114ToolBar.separatorSize = javax.swing.plaf.DimensionUIResourceToolBar.shadow = javax.swing.plaf.ColorUIResourceToolBarSeparatorUI = java.lang.StringToolBarUI = java.lang.StringToolTip.background = javax.swing.plaf.ColorUIResourceToolTip.backgroundInactive = javax.swing.plaf.ColorUIResourceToolTip.border = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$259/1592142280ToolTip.borderInactive = javax.swing.plaf.metal.MetalLookAndFeel$$Lambda$260/56236934ToolTip.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueToolTip.foreground = sun.swing.PrintColorUIResourceToolTip.foregroundInactive = javax.swing.plaf.ColorUIResourceToolTip.hideAccelerator = java.lang.BooleanToolTipManager.enableToolTipMode = java.lang.StringToolTipUI = java.lang.StringTree.ancestorInputMap = javax.swing.UIDefaults$LazyInputMapTree.background = javax.swing.plaf.ColorUIResourceTree.changeSelectionWithFocus = java.lang.BooleanTree.closedIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363Tree.collapsedIcon = javax.swing.plaf.metal.OceanTheme$6Tree.drawsFocusBorderAroundIcon = java.lang.BooleanTree.dropCellBackground = javax.swing.plaf.ColorUIResourceTree.dropLineColor = javax.swing.plaf.ColorUIResourceTree.editorBorder = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$217/1166335723Tree.expandedIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363Tree.focusInputMap = javax.swing.UIDefaults$LazyInputMapTree.focusInputMap.RightToLeft = javax.swing.UIDefaults$LazyInputMapTree.font = javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValueTree.foreground = sun.swing.PrintColorUIResourceTree.hash = javax.swing.plaf.ColorUIResourceTree.leafIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363Tree.leftChildIndent = java.lang.IntegerTree.line = javax.swing.plaf.ColorUIResourceTree.lineTypeDashed = java.lang.BooleanTree.openIcon = sun.swing.SwingUtilities2$$Lambda$223/164073363Tree.paintLines = java.lang.BooleanTree.rightChildIndent = java.lang.IntegerTree.rowHeight = java.lang.IntegerTree.scrollsOnExpand = java.lang.BooleanTree.selectionBackground = javax.swing.plaf.ColorUIResourceTree.selectionBorderColor = javax.swing.plaf.ColorUIResourceTree.selectionForeground = sun.swing.PrintColorUIResourceTree.textBackground = javax.swing.plaf.ColorUIResourceTree.textForeground = sun.swing.PrintColorUIResourceTree.timeFactor = java.lang.LongTreeUI = java.lang.StringViewport.background = javax.swing.plaf.ColorUIResourceViewport.font = javax.swing.plaf.basic.BasicLookAndFeel$$Lambda$208/734509618Viewport.foreground = sun.swing.PrintColorUIResourceViewportUI = java.lang.StringactiveCaption = javax.swing.plaf.ColorUIResourceactiveCaptionBorder = javax.swing.plaf.ColorUIResourceactiveCaptionText = sun.swing.PrintColorUIResourcecontrol = javax.swing.plaf.ColorUIResourcecontrolDkShadow = javax.swing.plaf.ColorUIResourcecontrolHighlight = javax.swing.plaf.ColorUIResourcecontrolLtHighlight = javax.swing.plaf.ColorUIResourcecontrolShadow = javax.swing.plaf.ColorUIResourcecontrolText = sun.swing.PrintColorUIResourcedesktop = javax.swing.plaf.ColorUIResourcehtml.missingImage = sun.swing.SwingUtilities2$$Lambda$223/164073363html.pendingImage = sun.swing.SwingUtilities2$$Lambda$223/164073363inactiveCaption = javax.swing.plaf.ColorUIResourceinactiveCaptionBorder = javax.swing.plaf.ColorUIResourceinactiveCaptionText = sun.swing.PrintColorUIResourceinfo = javax.swing.plaf.ColorUIResourceinfoText = sun.swing.PrintColorUIResourcemenu = javax.swing.plaf.ColorUIResourcemenuText = sun.swing.PrintColorUIResourcescrollbar = javax.swing.plaf.ColorUIResourcetext = javax.swing.plaf.ColorUIResourcetextHighlight = javax.swing.plaf.ColorUIResourcetextHighlightText = sun.swing.PrintColorUIResourcetextInactiveText = javax.swing.plaf.ColorUIResourcetextText = sun.swing.PrintColorUIResourcewindow = javax.swing.plaf.ColorUIResourcewindowBorder = javax.swing.plaf.ColorUIResourcewindowText = sun.swing.PrintColorUIResource