UIScale: default font size on macOS is 13

This commit is contained in:
Karl Tauber
2020-02-22 14:39:43 +01:00
parent 8d66cce6eb
commit 00ccda83f9
3 changed files with 93 additions and 90 deletions

View File

@@ -156,6 +156,9 @@ public class UIScale
// Tahoma 11 is used at 100% // Tahoma 11 is used at 100%
if( "Tahoma".equals( font.getFamily() ) ) if( "Tahoma".equals( font.getFamily() ) )
fontSizeDivider = 11f; fontSizeDivider = 11f;
} else if( SystemInfo.IS_MAC ) {
// default font size on macOS is 13
fontSizeDivider = 13f;
} else if( SystemInfo.IS_LINUX ) { } else if( SystemInfo.IS_LINUX ) {
// default font size for Unity and Gnome is 15 and for KDE it is 13 // default font size for Unity and Gnome is 15 and for KDE it is 13
fontSizeDivider = SystemInfo.IS_KDE ? 13f : 15f; fontSizeDivider = SystemInfo.IS_KDE ? 13f : 15f;

View File

@@ -100,7 +100,7 @@ Button.defaultButtonFollowsFocus false
Button.disabledBorderColor #5e6060 javax.swing.plaf.ColorUIResource [UI] Button.disabledBorderColor #5e6060 javax.swing.plaf.ColorUIResource [UI]
Button.disabledText #777777 javax.swing.plaf.ColorUIResource [UI] Button.disabledText #777777 javax.swing.plaf.ColorUIResource [UI]
Button.focusedBorderColor #466d94 javax.swing.plaf.ColorUIResource [UI] Button.focusedBorderColor #466d94 javax.swing.plaf.ColorUIResource [UI]
Button.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Button.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Button.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Button.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Button.highlight #242424 javax.swing.plaf.ColorUIResource [UI] Button.highlight #242424 javax.swing.plaf.ColorUIResource [UI]
Button.hoverBackground #ff0000 com.formdev.flatlaf.util.DerivedColor [UI] Button.hoverBackground #ff0000 com.formdev.flatlaf.util.DerivedColor [UI]
@@ -133,7 +133,7 @@ CheckBox.arc 4
CheckBox.background #3c3f41 javax.swing.plaf.ColorUIResource [UI] CheckBox.background #3c3f41 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatMarginBorder [UI] CheckBox.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatMarginBorder [UI]
CheckBox.disabledText #777777 javax.swing.plaf.ColorUIResource [UI] CheckBox.disabledText #777777 javax.swing.plaf.ColorUIResource [UI]
CheckBox.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] CheckBox.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] CheckBox.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon.background #43494a javax.swing.plaf.ColorUIResource [UI] CheckBox.icon.background #43494a javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon.borderColor #6b6b6b javax.swing.plaf.ColorUIResource [UI] CheckBox.icon.borderColor #6b6b6b javax.swing.plaf.ColorUIResource [UI]
@@ -159,7 +159,7 @@ CheckBox.textShiftOffset 0
#---- CheckBoxMenuItem ---- #---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorDelimiter CheckBoxMenuItem.acceleratorDelimiter
CheckBoxMenuItem.acceleratorFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] CheckBoxMenuItem.acceleratorFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.acceleratorForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.acceleratorSelectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI] CheckBoxMenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI]
@@ -170,7 +170,7 @@ CheckBoxMenuItem.checkIcon [lazy] 15,15 com.formdev.flatlaf.icons.FlatChe
CheckBoxMenuItem.dashIcon [lazy] 10,2 com.apple.laf.AquaImageFactory$InvertableImageIcon [UI] (sun.awt.image.MultiResolutionCachedImage) CheckBoxMenuItem.dashIcon [lazy] 10,2 com.apple.laf.AquaImageFactory$InvertableImageIcon [UI] (sun.awt.image.MultiResolutionCachedImage)
CheckBoxMenuItem.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] CheckBoxMenuItem.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI] CheckBoxMenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.opaque false CheckBoxMenuItem.opaque false
@@ -188,7 +188,7 @@ CheckBoxUI com.formdev.flatlaf.ui.FlatCheckBoxUI
ColorChooser.background #3c3f41 javax.swing.plaf.ColorUIResource [UI] ColorChooser.background #3c3f41 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.cancel.textAndMnemonic Cancel ColorChooser.cancel.textAndMnemonic Cancel
ColorChooser.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ColorChooser.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] ColorChooser.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ColorChooser.hsb.textAndMnemonic &HSB ColorChooser.hsb.textAndMnemonic &HSB
ColorChooser.hsbBlue.textAndMnemonic B ColorChooser.hsbBlue.textAndMnemonic B
@@ -227,7 +227,7 @@ ComboBox.buttonHoverArrowColor #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow #646464 javax.swing.plaf.ColorUIResource [UI] ComboBox.buttonShadow #646464 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] ComboBox.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI] ComboBox.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
ComboBox.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ComboBox.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] ComboBox.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false ComboBox.noActionOnKeyNavigation false
@@ -291,7 +291,7 @@ EditorPane.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
EditorPane.caretBlinkRate 500 EditorPane.caretBlinkRate 500
EditorPane.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] EditorPane.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
EditorPane.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] EditorPane.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] EditorPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] EditorPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] EditorPane.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] EditorPane.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
@@ -386,7 +386,7 @@ FormattedTextField.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.F
FormattedTextField.caretBlinkRate 500 FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] FormattedTextField.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] FormattedTextField.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] FormattedTextField.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] FormattedTextField.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] FormattedTextField.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] FormattedTextField.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
@@ -427,7 +427,7 @@ HyperlinkUI com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI
#---- IconButton ---- #---- IconButton ----
IconButton.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] IconButton.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
#---- InsetBorder ---- #---- InsetBorder ----
@@ -468,11 +468,11 @@ InternalFrame.maximizeIcon [lazy] 24,24 com.formdev.flatlaf.icons.FlatInt
InternalFrame.minimizeIcon [lazy] 24,24 com.formdev.flatlaf.icons.FlatInternalFrameMinimizeIcon [UI] InternalFrame.minimizeIcon [lazy] 24,24 com.formdev.flatlaf.icons.FlatInternalFrameMinimizeIcon [UI]
InternalFrame.opaque false InternalFrame.opaque false
InternalFrame.optionDialogBackground #eeeeee com.apple.laf.AquaImageFactory$SystemColorProxy [UI] InternalFrame.optionDialogBackground #eeeeee com.apple.laf.AquaImageFactory$SystemColorProxy [UI]
InternalFrame.optionDialogTitleFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] InternalFrame.optionDialogTitleFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
InternalFrame.paletteBackground #eeeeee com.apple.laf.AquaImageFactory$SystemColorProxy [UI] InternalFrame.paletteBackground #eeeeee com.apple.laf.AquaImageFactory$SystemColorProxy [UI]
InternalFrame.paletteTitleFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] InternalFrame.paletteTitleFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
InternalFrame.restoreButtonToolTip Restore InternalFrame.restoreButtonToolTip Restore
InternalFrame.titleFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] InternalFrame.titleFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
#---- InternalFrameTitlePane ---- #---- InternalFrameTitlePane ----
@@ -563,7 +563,7 @@ JideTabbedPaneUI com.formdev.flatlaf.jideoss.ui.FlatJideTabbedPane
Label.background #3c3f41 javax.swing.plaf.ColorUIResource [UI] Label.background #3c3f41 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI] Label.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow #646464 javax.swing.plaf.ColorUIResource [UI] Label.disabledShadow #646464 javax.swing.plaf.ColorUIResource [UI]
Label.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Label.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Label.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Label.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Label.opaque true Label.opaque true
LabelUI com.formdev.flatlaf.ui.FlatLabelUI LabelUI com.formdev.flatlaf.ui.FlatLabelUI
@@ -583,7 +583,7 @@ List.dropLineColor [lazy] #6d8ac0 javax.swing.plaf.ColorUIResourc
List.evenRowBackgroundPainter [lazy] 0,0,0,0 false com.apple.laf.AquaListUI$ComponentPainter [UI] List.evenRowBackgroundPainter [lazy] 0,0,0,0 false com.apple.laf.AquaListUI$ComponentPainter [UI]
List.focusCellHighlightBorder [lazy] 1,6,1,6 false com.formdev.flatlaf.ui.FlatListCellBorder$Focused [UI] List.focusCellHighlightBorder [lazy] 1,6,1,6 false com.formdev.flatlaf.ui.FlatListCellBorder$Focused [UI]
List.focusSelectedCellHighlightBorder [lazy] 1,6,1,6 false com.formdev.flatlaf.ui.FlatListCellBorder$Selected [UI] List.focusSelectedCellHighlightBorder [lazy] 1,6,1,6 false com.formdev.flatlaf.ui.FlatListCellBorder$Selected [UI]
List.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] List.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
List.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] List.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI] List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.oddRowBackgroundPainter [lazy] 0,0,0,0 false com.apple.laf.AquaListUI$ComponentPainter [UI] List.oddRowBackgroundPainter [lazy] 0,0,0,0 false com.apple.laf.AquaListUI$ComponentPainter [UI]
@@ -600,7 +600,7 @@ ListUI com.formdev.flatlaf.ui.FlatListUI
#---- Menu ---- #---- Menu ----
Menu.acceleratorFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Menu.acceleratorFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Menu.acceleratorForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Menu.acceleratorSelectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Menu.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuArrowIcon [UI] Menu.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuArrowIcon [UI]
@@ -612,7 +612,7 @@ Menu.consumesTabs true
Menu.crossMenuMnemonic true Menu.crossMenuMnemonic true
Menu.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] Menu.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
Menu.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI] Menu.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
Menu.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Menu.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Menu.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Menu.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Menu.icon.arrowColor #a7a7a7 javax.swing.plaf.ColorUIResource [UI] Menu.icon.arrowColor #a7a7a7 javax.swing.plaf.ColorUIResource [UI]
Menu.icon.disabledArrowColor #606060 javax.swing.plaf.ColorUIResource [UI] Menu.icon.disabledArrowColor #606060 javax.swing.plaf.ColorUIResource [UI]
@@ -637,7 +637,7 @@ MenuBar.border [lazy] 0,0,1,0 false com.formdev.flatlaf.ui.F
MenuBar.borderColor #515151 javax.swing.plaf.ColorUIResource [UI] MenuBar.borderColor #515151 javax.swing.plaf.ColorUIResource [UI]
MenuBar.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] MenuBar.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
MenuBar.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI] MenuBar.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
MenuBar.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] MenuBar.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] MenuBar.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
MenuBar.highlight #242424 javax.swing.plaf.ColorUIResource [UI] MenuBar.highlight #242424 javax.swing.plaf.ColorUIResource [UI]
MenuBar.hoverBackground #484c4f javax.swing.plaf.ColorUIResource [UI] MenuBar.hoverBackground #484c4f javax.swing.plaf.ColorUIResource [UI]
@@ -656,7 +656,7 @@ MenuBarUI com.formdev.flatlaf.ui.FlatMenuBarUI
#---- MenuItem ---- #---- MenuItem ----
MenuItem.acceleratorDelimiter MenuItem.acceleratorDelimiter
MenuItem.acceleratorFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] MenuItem.acceleratorFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] MenuItem.acceleratorForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] MenuItem.acceleratorSelectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
MenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI] MenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI]
@@ -665,7 +665,7 @@ MenuItem.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
MenuItem.borderPainted true MenuItem.borderPainted true
MenuItem.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] MenuItem.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
MenuItem.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI] MenuItem.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
MenuItem.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] MenuItem.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] MenuItem.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI] MenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.opaque false MenuItem.opaque false
@@ -716,14 +716,14 @@ OptionPane.background #3c3f41 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 12,12,12,12 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] OptionPane.border [lazy] 12,12,12,12 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
OptionPane.buttonAreaBorder [lazy] 12,0,0,0 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] OptionPane.buttonAreaBorder [lazy] 12,0,0,0 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
OptionPane.buttonClickThreshhold 500 OptionPane.buttonClickThreshhold 500
OptionPane.buttonFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] OptionPane.buttonFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
OptionPane.buttonMinimumWidth [active] 72 OptionPane.buttonMinimumWidth [active] 72
OptionPane.buttonOrientation 4 OptionPane.buttonOrientation 4
OptionPane.buttonPadding 8 OptionPane.buttonPadding 8
OptionPane.cancelButton.textAndMnemonic Cancel OptionPane.cancelButton.textAndMnemonic Cancel
OptionPane.cancelButtonMnemonic OptionPane.cancelButtonMnemonic
OptionPane.errorIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneErrorIcon [UI] OptionPane.errorIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneErrorIcon [UI]
OptionPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] OptionPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] OptionPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
OptionPane.iconMessageGap 16 OptionPane.iconMessageGap 16
OptionPane.informationIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneInformationIcon [UI] OptionPane.informationIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneInformationIcon [UI]
@@ -732,7 +732,7 @@ OptionPane.isYesLast true
OptionPane.maxCharactersPerLine 80 OptionPane.maxCharactersPerLine 80
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] OptionPane.messageAreaBorder [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
OptionPane.messageDialog.titleAndMnemonic Message OptionPane.messageDialog.titleAndMnemonic Message
OptionPane.messageFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] OptionPane.messageFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
OptionPane.messagePadding 3 OptionPane.messagePadding 3
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI] OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.noButton.textAndMnemonic &No OptionPane.noButton.textAndMnemonic &No
@@ -755,7 +755,7 @@ OptionPaneUI com.formdev.flatlaf.ui.FlatOptionPaneUI
#---- Panel ---- #---- Panel ----
Panel.background #3c3f41 javax.swing.plaf.ColorUIResource [UI] Panel.background #3c3f41 javax.swing.plaf.ColorUIResource [UI]
Panel.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Panel.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Panel.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Panel.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Panel.opaque true Panel.opaque true
PanelUI com.formdev.flatlaf.ui.FlatPanelUI PanelUI com.formdev.flatlaf.ui.FlatPanelUI
@@ -770,7 +770,7 @@ PasswordField.caretBlinkRate 500
PasswordField.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] PasswordField.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
PasswordField.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] PasswordField.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar '\u2022' PasswordField.echoChar '\u2022'
PasswordField.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] PasswordField.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] PasswordField.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] PasswordField.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] PasswordField.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
@@ -788,7 +788,7 @@ PopupMenu.border [lazy] 4,1,4,1 false com.formdev.flatlaf.ui.F
PopupMenu.borderColor #5e5e5e javax.swing.plaf.ColorUIResource [UI] PopupMenu.borderColor #5e5e5e javax.swing.plaf.ColorUIResource [UI]
PopupMenu.borderInsets 4,1,4,1 javax.swing.plaf.InsetsUIResource [UI] PopupMenu.borderInsets 4,1,4,1 javax.swing.plaf.InsetsUIResource [UI]
PopupMenu.consumeEventOnClose false PopupMenu.consumeEventOnClose false
PopupMenu.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] PopupMenu.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] PopupMenu.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
PopupMenu.selectionBackground #4b6eaf javax.swing.plaf.ColorUIResource [UI] PopupMenu.selectionBackground #4b6eaf javax.swing.plaf.ColorUIResource [UI]
PopupMenu.selectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] PopupMenu.selectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
@@ -827,7 +827,7 @@ ProgressBar.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
ProgressBar.cellLength 1 ProgressBar.cellLength 1
ProgressBar.cellSpacing 0 ProgressBar.cellSpacing 0
ProgressBar.cycleTime 4000 ProgressBar.cycleTime 4000
ProgressBar.font .SF NS Text plain 10 javax.swing.plaf.FontUIResource [UI] ProgressBar.font .SF NS Text plain 11 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground #4a88c7 javax.swing.plaf.ColorUIResource [UI] ProgressBar.foreground #4a88c7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,4 javax.swing.plaf.DimensionUIResource [UI] ProgressBar.horizontalSize 146,4 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.repaintInterval 15 ProgressBar.repaintInterval 15
@@ -848,7 +848,7 @@ RadioButton.background #3c3f41 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatMarginBorder [UI] RadioButton.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatMarginBorder [UI]
RadioButton.darkShadow #7e7e7e javax.swing.plaf.ColorUIResource [UI] RadioButton.darkShadow #7e7e7e javax.swing.plaf.ColorUIResource [UI]
RadioButton.disabledText #777777 javax.swing.plaf.ColorUIResource [UI] RadioButton.disabledText #777777 javax.swing.plaf.ColorUIResource [UI]
RadioButton.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] RadioButton.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] RadioButton.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight #242424 javax.swing.plaf.ColorUIResource [UI] RadioButton.highlight #242424 javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon.centerDiameter 8 RadioButton.icon.centerDiameter 8
@@ -865,7 +865,7 @@ RadioButton.textShiftOffset 0
#---- RadioButtonMenuItem ---- #---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorDelimiter RadioButtonMenuItem.acceleratorDelimiter
RadioButtonMenuItem.acceleratorFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] RadioButtonMenuItem.acceleratorFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.acceleratorForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.acceleratorSelectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI] RadioButtonMenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI]
@@ -876,7 +876,7 @@ RadioButtonMenuItem.checkIcon [lazy] 15,15 com.formdev.flatlaf.icons.FlatRad
RadioButtonMenuItem.dashIcon [lazy] 10,2 com.apple.laf.AquaImageFactory$InvertableImageIcon [UI] (sun.awt.image.MultiResolutionCachedImage) RadioButtonMenuItem.dashIcon [lazy] 10,2 com.apple.laf.AquaImageFactory$InvertableImageIcon [UI] (sun.awt.image.MultiResolutionCachedImage)
RadioButtonMenuItem.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] RadioButtonMenuItem.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI] RadioButtonMenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.opaque false RadioButtonMenuItem.opaque false
@@ -937,7 +937,7 @@ ScrollBarUI com.formdev.flatlaf.ui.FlatScrollBarUI
ScrollPane.background #3f4244 javax.swing.plaf.ColorUIResource [UI] ScrollPane.background #3f4244 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI] ScrollPane.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI]
ScrollPane.fillUpperCorner true ScrollPane.fillUpperCorner true
ScrollPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ScrollPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] ScrollPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ScrollPane.smoothScrolling true ScrollPane.smoothScrolling true
ScrollPaneUI com.formdev.flatlaf.ui.FlatScrollPaneUI ScrollPaneUI com.formdev.flatlaf.ui.FlatScrollPaneUI
@@ -960,7 +960,7 @@ Slider.background #3c3f41 javax.swing.plaf.ColorUIResource [UI]
Slider.disabledForeground #4c5052 javax.swing.plaf.ColorUIResource [UI] Slider.disabledForeground #4c5052 javax.swing.plaf.ColorUIResource [UI]
Slider.focus #7e7e7e javax.swing.plaf.ColorUIResource [UI] Slider.focus #7e7e7e javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI] Slider.focusInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Slider.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Slider.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Slider.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Slider.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Slider.highlight #242424 javax.swing.plaf.ColorUIResource [UI] Slider.highlight #242424 javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension Slider.horizontalSize 200,21 java.awt.Dimension
@@ -991,7 +991,7 @@ Spinner.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
Spinner.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI] Spinner.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
Spinner.editorAlignment 11 Spinner.editorAlignment 11
Spinner.editorBorderPainted false Spinner.editorBorderPainted false
Spinner.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Spinner.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Spinner.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Spinner.padding 2,6,2,6 javax.swing.plaf.InsetsUIResource [UI] Spinner.padding 2,6,2,6 javax.swing.plaf.InsetsUIResource [UI]
SpinnerUI com.formdev.flatlaf.ui.FlatSpinnerUI SpinnerUI com.formdev.flatlaf.ui.FlatSpinnerUI
@@ -1036,7 +1036,7 @@ TabbedPane.disabledForeground #777777 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.disabledUnderlineColor #7a7a7a javax.swing.plaf.ColorUIResource [UI] TabbedPane.disabledUnderlineColor #7a7a7a javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus #bbbbbb javax.swing.plaf.ColorUIResource [UI] TabbedPane.focus #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focusColor #3d4b5c javax.swing.plaf.ColorUIResource [UI] TabbedPane.focusColor #3d4b5c javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TabbedPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TabbedPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TabbedPane.hasFullBorder false TabbedPane.hasFullBorder false
TabbedPane.highlight #242424 javax.swing.plaf.ColorUIResource [UI] TabbedPane.highlight #242424 javax.swing.plaf.ColorUIResource [UI]
@@ -1056,7 +1056,7 @@ TabbedPane.selectedTabTitleShadowDisabledColor #40000000 javax.swing.plaf.Col
TabbedPane.selectedTabTitleShadowNormalColor #64000000 javax.swing.plaf.ColorUIResource [UI] TabbedPane.selectedTabTitleShadowNormalColor #64000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectionFollowsFocus true TabbedPane.selectionFollowsFocus true
TabbedPane.shadow #3c3f41 javax.swing.plaf.ColorUIResource [UI] TabbedPane.shadow #3c3f41 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.smallFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TabbedPane.smallFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TabbedPane.tabAreaInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI] TabbedPane.tabAreaInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabHeight 32 TabbedPane.tabHeight 32
TabbedPane.tabInsets 0,12,0,12 javax.swing.plaf.InsetsUIResource [UI] TabbedPane.tabInsets 0,12,0,12 javax.swing.plaf.InsetsUIResource [UI]
@@ -1086,7 +1086,7 @@ Table.focusCellBackground #45494a javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Table.focusCellForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableCellBorder$Focused [UI] Table.focusCellHighlightBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableCellBorder$Focused [UI]
Table.focusSelectedCellHighlightBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableCellBorder$Selected [UI] Table.focusSelectedCellHighlightBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableCellBorder$Selected [UI]
Table.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Table.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Table.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Table.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #4f5152 javax.swing.plaf.ColorUIResource [UI] Table.gridColor #4f5152 javax.swing.plaf.ColorUIResource [UI]
Table.intercellSpacing 0,0 javax.swing.plaf.DimensionUIResource [UI] Table.intercellSpacing 0,0 javax.swing.plaf.DimensionUIResource [UI]
@@ -1107,7 +1107,7 @@ TableHeader.background #45494a javax.swing.plaf.ColorUIResource [UI]
TableHeader.bottomSeparatorColor #585858 javax.swing.plaf.ColorUIResource [UI] TableHeader.bottomSeparatorColor #585858 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] TableHeader.cellBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
TableHeader.focusCellBackground #45494a javax.swing.plaf.ColorUIResource [UI] TableHeader.focusCellBackground #45494a javax.swing.plaf.ColorUIResource [UI]
TableHeader.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TableHeader.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TableHeader.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TableHeader.height 25 TableHeader.height 25
TableHeader.separatorColor #585858 javax.swing.plaf.ColorUIResource [UI] TableHeader.separatorColor #585858 javax.swing.plaf.ColorUIResource [UI]
@@ -1145,7 +1145,7 @@ TextArea.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
TextArea.caretBlinkRate 500 TextArea.caretBlinkRate 500
TextArea.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TextArea.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TextArea.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] TextArea.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
TextArea.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TextArea.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TextArea.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] TextArea.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TextArea.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
@@ -1170,7 +1170,7 @@ TextField.caretBlinkRate 500
TextField.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TextField.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow #7e7e7e javax.swing.plaf.ColorUIResource [UI] TextField.darkShadow #7e7e7e javax.swing.plaf.ColorUIResource [UI]
TextField.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] TextField.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
TextField.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TextField.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TextField.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TextField.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TextField.highlight #242424 javax.swing.plaf.ColorUIResource [UI] TextField.highlight #242424 javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] TextField.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
@@ -1191,7 +1191,7 @@ TextPane.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
TextPane.caretBlinkRate 500 TextPane.caretBlinkRate 500
TextPane.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TextPane.caretForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TextPane.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] TextPane.disabledBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
TextPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TextPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TextPane.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] TextPane.inactiveBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] TextPane.inactiveForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
@@ -1205,7 +1205,7 @@ TextPaneUI com.formdev.flatlaf.ui.FlatTextPaneUI
TitledBorder.aquaVariant [lazy] 16,20,16,20 false com.apple.laf.AquaGroupBorder$Titled [UI] TitledBorder.aquaVariant [lazy] 16,20,16,20 false com.apple.laf.AquaGroupBorder$Titled [UI]
TitledBorder.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatLineBorder [UI] TitledBorder.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatLineBorder [UI]
TitledBorder.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TitledBorder.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor #bbbbbb javax.swing.plaf.ColorUIResource [UI] TitledBorder.titleColor #bbbbbb javax.swing.plaf.ColorUIResource [UI]
@@ -1221,7 +1221,7 @@ ToggleButton.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.F
ToggleButton.darkShadow #7e7e7e javax.swing.plaf.ColorUIResource [UI] ToggleButton.darkShadow #7e7e7e javax.swing.plaf.ColorUIResource [UI]
ToggleButton.disabledSelectedBackground #525658 javax.swing.plaf.ColorUIResource [UI] ToggleButton.disabledSelectedBackground #525658 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.disabledText #777777 javax.swing.plaf.ColorUIResource [UI] ToggleButton.disabledText #777777 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ToggleButton.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] ToggleButton.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight #242424 javax.swing.plaf.ColorUIResource [UI] ToggleButton.highlight #242424 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.iconTextGap 4 ToggleButton.iconTextGap 4
@@ -1256,7 +1256,7 @@ ToolBar.dockingBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI] ToolBar.dockingForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI] ToolBar.floatingBackground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #777777 javax.swing.plaf.ColorUIResource [UI] ToolBar.floatingForeground #777777 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ToolBar.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] ToolBar.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ToolBar.gripColor #adadad javax.swing.plaf.ColorUIResource [UI] ToolBar.gripColor #adadad javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight #242424 javax.swing.plaf.ColorUIResource [UI] ToolBar.highlight #242424 javax.swing.plaf.ColorUIResource [UI]
@@ -1289,7 +1289,7 @@ ToolBarUI com.formdev.flatlaf.ui.FlatToolBarUI
ToolTip.background #1e2123 javax.swing.plaf.ColorUIResource [UI] ToolTip.background #1e2123 javax.swing.plaf.ColorUIResource [UI]
ToolTip.backgroundInactive #1e2123 javax.swing.plaf.ColorUIResource [UI] ToolTip.backgroundInactive #1e2123 javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] 4,6,4,6 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] ToolTip.border [lazy] 4,6,4,6 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
ToolTip.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ToolTip.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] ToolTip.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ToolTip.foregroundInactive #777777 javax.swing.plaf.ColorUIResource [UI] ToolTip.foregroundInactive #777777 javax.swing.plaf.ColorUIResource [UI]
@@ -1317,7 +1317,7 @@ Tree.dropCellForeground [lazy] #bbbbbb javax.swing.plaf.ColorUIResourc
Tree.dropLineColor [lazy] #6d8ac0 javax.swing.plaf.ColorUIResource [UI] Tree.dropLineColor [lazy] #6d8ac0 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI] Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon [lazy] 11,11 com.formdev.flatlaf.icons.FlatTreeExpandedIcon [UI] Tree.expandedIcon [lazy] 11,11 com.formdev.flatlaf.icons.FlatTreeExpandedIcon [UI]
Tree.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Tree.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Tree.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Tree.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
Tree.hash #505355 javax.swing.plaf.ColorUIResource [UI] Tree.hash #505355 javax.swing.plaf.ColorUIResource [UI]
Tree.icon.closedColor #adadad javax.swing.plaf.ColorUIResource [UI] Tree.icon.closedColor #adadad javax.swing.plaf.ColorUIResource [UI]
@@ -1351,7 +1351,7 @@ TreeUI com.formdev.flatlaf.ui.FlatTreeUI
#---- Viewport ---- #---- Viewport ----
Viewport.background #3c3f41 javax.swing.plaf.ColorUIResource [UI] Viewport.background #3c3f41 javax.swing.plaf.ColorUIResource [UI]
Viewport.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Viewport.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI] Viewport.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ViewportUI com.formdev.flatlaf.ui.FlatViewportUI ViewportUI com.formdev.flatlaf.ui.FlatViewportUI

View File

@@ -101,7 +101,7 @@ Button.disabledBorderColor #cfcfcf javax.swing.plaf.ColorUIResource [UI]
Button.disabledText #8c8c8c javax.swing.plaf.ColorUIResource [UI] Button.disabledText #8c8c8c javax.swing.plaf.ColorUIResource [UI]
Button.focusedBackground #e3f1fa javax.swing.plaf.ColorUIResource [UI] Button.focusedBackground #e3f1fa javax.swing.plaf.ColorUIResource [UI]
Button.focusedBorderColor #87afda javax.swing.plaf.ColorUIResource [UI] Button.focusedBorderColor #87afda javax.swing.plaf.ColorUIResource [UI]
Button.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Button.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Button.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Button.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Button.highlight #ffffff javax.swing.plaf.ColorUIResource [UI] Button.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.hoverBackground #ff0000 com.formdev.flatlaf.util.DerivedColor [UI] Button.hoverBackground #ff0000 com.formdev.flatlaf.util.DerivedColor [UI]
@@ -134,7 +134,7 @@ CheckBox.arc 4
CheckBox.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI] CheckBox.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatMarginBorder [UI] CheckBox.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatMarginBorder [UI]
CheckBox.disabledText #8c8c8c javax.swing.plaf.ColorUIResource [UI] CheckBox.disabledText #8c8c8c javax.swing.plaf.ColorUIResource [UI]
CheckBox.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] CheckBox.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI] CheckBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon.background #ffffff javax.swing.plaf.ColorUIResource [UI] CheckBox.icon.background #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon.borderColor #b0b0b0 javax.swing.plaf.ColorUIResource [UI] CheckBox.icon.borderColor #b0b0b0 javax.swing.plaf.ColorUIResource [UI]
@@ -160,7 +160,7 @@ CheckBox.textShiftOffset 0
#---- CheckBoxMenuItem ---- #---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorDelimiter CheckBoxMenuItem.acceleratorDelimiter
CheckBoxMenuItem.acceleratorFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] CheckBoxMenuItem.acceleratorFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground #505050 javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.acceleratorForeground #505050 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI] CheckBoxMenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI]
@@ -171,7 +171,7 @@ CheckBoxMenuItem.checkIcon [lazy] 15,15 com.formdev.flatlaf.icons.FlatChe
CheckBoxMenuItem.dashIcon [lazy] 10,2 com.apple.laf.AquaImageFactory$InvertableImageIcon [UI] (sun.awt.image.MultiResolutionCachedImage) CheckBoxMenuItem.dashIcon [lazy] 10,2 com.apple.laf.AquaImageFactory$InvertableImageIcon [UI] (sun.awt.image.MultiResolutionCachedImage)
CheckBoxMenuItem.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] CheckBoxMenuItem.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI] CheckBoxMenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI] CheckBoxMenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.opaque false CheckBoxMenuItem.opaque false
@@ -189,7 +189,7 @@ CheckBoxUI com.formdev.flatlaf.ui.FlatCheckBoxUI
ColorChooser.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI] ColorChooser.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.cancel.textAndMnemonic Cancel ColorChooser.cancel.textAndMnemonic Cancel
ColorChooser.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ColorChooser.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI] ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.hsb.textAndMnemonic &HSB ColorChooser.hsb.textAndMnemonic &HSB
ColorChooser.hsbBlue.textAndMnemonic B ColorChooser.hsbBlue.textAndMnemonic B
@@ -228,7 +228,7 @@ ComboBox.buttonHoverArrowColor #999999 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow #c4c4c4 javax.swing.plaf.ColorUIResource [UI] ComboBox.buttonShadow #c4c4c4 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] ComboBox.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] ComboBox.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
ComboBox.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ComboBox.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI] ComboBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false ComboBox.noActionOnKeyNavigation false
@@ -292,7 +292,7 @@ EditorPane.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
EditorPane.caretBlinkRate 500 EditorPane.caretBlinkRate 500
EditorPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI] EditorPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] EditorPane.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] EditorPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI] EditorPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] EditorPane.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] EditorPane.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
@@ -387,7 +387,7 @@ FormattedTextField.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.F
FormattedTextField.caretBlinkRate 500 FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI] FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] FormattedTextField.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] FormattedTextField.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI] FormattedTextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] FormattedTextField.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] FormattedTextField.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
@@ -429,7 +429,7 @@ HyperlinkUI com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI
#---- IconButton ---- #---- IconButton ----
IconButton.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] IconButton.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
#---- InsetBorder ---- #---- InsetBorder ----
@@ -470,11 +470,11 @@ InternalFrame.maximizeIcon [lazy] 24,24 com.formdev.flatlaf.icons.FlatInt
InternalFrame.minimizeIcon [lazy] 24,24 com.formdev.flatlaf.icons.FlatInternalFrameMinimizeIcon [UI] InternalFrame.minimizeIcon [lazy] 24,24 com.formdev.flatlaf.icons.FlatInternalFrameMinimizeIcon [UI]
InternalFrame.opaque false InternalFrame.opaque false
InternalFrame.optionDialogBackground #eeeeee com.apple.laf.AquaImageFactory$SystemColorProxy [UI] InternalFrame.optionDialogBackground #eeeeee com.apple.laf.AquaImageFactory$SystemColorProxy [UI]
InternalFrame.optionDialogTitleFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] InternalFrame.optionDialogTitleFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
InternalFrame.paletteBackground #eeeeee com.apple.laf.AquaImageFactory$SystemColorProxy [UI] InternalFrame.paletteBackground #eeeeee com.apple.laf.AquaImageFactory$SystemColorProxy [UI]
InternalFrame.paletteTitleFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] InternalFrame.paletteTitleFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
InternalFrame.restoreButtonToolTip Restore InternalFrame.restoreButtonToolTip Restore
InternalFrame.titleFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] InternalFrame.titleFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
#---- InternalFrameTitlePane ---- #---- InternalFrameTitlePane ----
@@ -565,7 +565,7 @@ JideTabbedPaneUI com.formdev.flatlaf.jideoss.ui.FlatJideTabbedPane
Label.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI] Label.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] Label.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow #c4c4c4 javax.swing.plaf.ColorUIResource [UI] Label.disabledShadow #c4c4c4 javax.swing.plaf.ColorUIResource [UI]
Label.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Label.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Label.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Label.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Label.opaque true Label.opaque true
LabelUI com.formdev.flatlaf.ui.FlatLabelUI LabelUI com.formdev.flatlaf.ui.FlatLabelUI
@@ -585,7 +585,7 @@ List.dropLineColor [lazy] #6aa7e1 javax.swing.plaf.ColorUIResourc
List.evenRowBackgroundPainter [lazy] 0,0,0,0 false com.apple.laf.AquaListUI$ComponentPainter [UI] List.evenRowBackgroundPainter [lazy] 0,0,0,0 false com.apple.laf.AquaListUI$ComponentPainter [UI]
List.focusCellHighlightBorder [lazy] 1,6,1,6 false com.formdev.flatlaf.ui.FlatListCellBorder$Focused [UI] List.focusCellHighlightBorder [lazy] 1,6,1,6 false com.formdev.flatlaf.ui.FlatListCellBorder$Focused [UI]
List.focusSelectedCellHighlightBorder [lazy] 1,6,1,6 false com.formdev.flatlaf.ui.FlatListCellBorder$Selected [UI] List.focusSelectedCellHighlightBorder [lazy] 1,6,1,6 false com.formdev.flatlaf.ui.FlatListCellBorder$Selected [UI]
List.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] List.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
List.foreground #000000 javax.swing.plaf.ColorUIResource [UI] List.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI] List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.oddRowBackgroundPainter [lazy] 0,0,0,0 false com.apple.laf.AquaListUI$ComponentPainter [UI] List.oddRowBackgroundPainter [lazy] 0,0,0,0 false com.apple.laf.AquaListUI$ComponentPainter [UI]
@@ -602,7 +602,7 @@ ListUI com.formdev.flatlaf.ui.FlatListUI
#---- Menu ---- #---- Menu ----
Menu.acceleratorFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Menu.acceleratorFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground #505050 javax.swing.plaf.ColorUIResource [UI] Menu.acceleratorForeground #505050 javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI] Menu.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuArrowIcon [UI] Menu.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuArrowIcon [UI]
@@ -614,7 +614,7 @@ Menu.consumesTabs true
Menu.crossMenuMnemonic true Menu.crossMenuMnemonic true
Menu.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] Menu.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
Menu.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] Menu.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
Menu.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Menu.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Menu.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Menu.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.icon.arrowColor #666666 javax.swing.plaf.ColorUIResource [UI] Menu.icon.arrowColor #666666 javax.swing.plaf.ColorUIResource [UI]
Menu.icon.disabledArrowColor #ababab javax.swing.plaf.ColorUIResource [UI] Menu.icon.disabledArrowColor #ababab javax.swing.plaf.ColorUIResource [UI]
@@ -639,7 +639,7 @@ MenuBar.border [lazy] 0,0,1,0 false com.formdev.flatlaf.ui.F
MenuBar.borderColor #cdcdcd javax.swing.plaf.ColorUIResource [UI] MenuBar.borderColor #cdcdcd javax.swing.plaf.ColorUIResource [UI]
MenuBar.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] MenuBar.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
MenuBar.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] MenuBar.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
MenuBar.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] MenuBar.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI] MenuBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI] MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.hoverBackground #e6e6e6 javax.swing.plaf.ColorUIResource [UI] MenuBar.hoverBackground #e6e6e6 javax.swing.plaf.ColorUIResource [UI]
@@ -658,7 +658,7 @@ MenuBarUI com.formdev.flatlaf.ui.FlatMenuBarUI
#---- MenuItem ---- #---- MenuItem ----
MenuItem.acceleratorDelimiter MenuItem.acceleratorDelimiter
MenuItem.acceleratorFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] MenuItem.acceleratorFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground #505050 javax.swing.plaf.ColorUIResource [UI] MenuItem.acceleratorForeground #505050 javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI] MenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI] MenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI]
@@ -667,7 +667,7 @@ MenuItem.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
MenuItem.borderPainted true MenuItem.borderPainted true
MenuItem.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] MenuItem.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
MenuItem.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] MenuItem.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
MenuItem.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] MenuItem.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI] MenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI] MenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.opaque false MenuItem.opaque false
@@ -718,14 +718,14 @@ OptionPane.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 12,12,12,12 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] OptionPane.border [lazy] 12,12,12,12 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
OptionPane.buttonAreaBorder [lazy] 12,0,0,0 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] OptionPane.buttonAreaBorder [lazy] 12,0,0,0 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
OptionPane.buttonClickThreshhold 500 OptionPane.buttonClickThreshhold 500
OptionPane.buttonFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] OptionPane.buttonFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
OptionPane.buttonMinimumWidth [active] 72 OptionPane.buttonMinimumWidth [active] 72
OptionPane.buttonOrientation 4 OptionPane.buttonOrientation 4
OptionPane.buttonPadding 8 OptionPane.buttonPadding 8
OptionPane.cancelButton.textAndMnemonic Cancel OptionPane.cancelButton.textAndMnemonic Cancel
OptionPane.cancelButtonMnemonic OptionPane.cancelButtonMnemonic
OptionPane.errorIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneErrorIcon [UI] OptionPane.errorIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneErrorIcon [UI]
OptionPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] OptionPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI] OptionPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.iconMessageGap 16 OptionPane.iconMessageGap 16
OptionPane.informationIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneInformationIcon [UI] OptionPane.informationIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneInformationIcon [UI]
@@ -734,7 +734,7 @@ OptionPane.isYesLast true
OptionPane.maxCharactersPerLine 80 OptionPane.maxCharactersPerLine 80
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] OptionPane.messageAreaBorder [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
OptionPane.messageDialog.titleAndMnemonic Message OptionPane.messageDialog.titleAndMnemonic Message
OptionPane.messageFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] OptionPane.messageFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
OptionPane.messagePadding 3 OptionPane.messagePadding 3
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI] OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.noButton.textAndMnemonic &No OptionPane.noButton.textAndMnemonic &No
@@ -757,7 +757,7 @@ OptionPaneUI com.formdev.flatlaf.ui.FlatOptionPaneUI
#---- Panel ---- #---- Panel ----
Panel.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI] Panel.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
Panel.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Panel.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Panel.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Panel.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Panel.opaque true Panel.opaque true
PanelUI com.formdev.flatlaf.ui.FlatPanelUI PanelUI com.formdev.flatlaf.ui.FlatPanelUI
@@ -772,7 +772,7 @@ PasswordField.caretBlinkRate 500
PasswordField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI] PasswordField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] PasswordField.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar '\u2022' PasswordField.echoChar '\u2022'
PasswordField.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] PasswordField.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground #000000 javax.swing.plaf.ColorUIResource [UI] PasswordField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] PasswordField.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] PasswordField.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
@@ -790,7 +790,7 @@ PopupMenu.border [lazy] 4,1,4,1 false com.formdev.flatlaf.ui.F
PopupMenu.borderColor #adadad javax.swing.plaf.ColorUIResource [UI] PopupMenu.borderColor #adadad javax.swing.plaf.ColorUIResource [UI]
PopupMenu.borderInsets 4,1,4,1 javax.swing.plaf.InsetsUIResource [UI] PopupMenu.borderInsets 4,1,4,1 javax.swing.plaf.InsetsUIResource [UI]
PopupMenu.consumeEventOnClose false PopupMenu.consumeEventOnClose false
PopupMenu.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] PopupMenu.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground #000000 javax.swing.plaf.ColorUIResource [UI] PopupMenu.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.selectionBackground #2675bf javax.swing.plaf.ColorUIResource [UI] PopupMenu.selectionBackground #2675bf javax.swing.plaf.ColorUIResource [UI]
PopupMenu.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI] PopupMenu.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
@@ -829,7 +829,7 @@ ProgressBar.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
ProgressBar.cellLength 1 ProgressBar.cellLength 1
ProgressBar.cellSpacing 0 ProgressBar.cellSpacing 0
ProgressBar.cycleTime 4000 ProgressBar.cycleTime 4000
ProgressBar.font .SF NS Text plain 10 javax.swing.plaf.FontUIResource [UI] ProgressBar.font .SF NS Text plain 11 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground #1e82e6 javax.swing.plaf.ColorUIResource [UI] ProgressBar.foreground #1e82e6 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,4 javax.swing.plaf.DimensionUIResource [UI] ProgressBar.horizontalSize 146,4 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.repaintInterval 15 ProgressBar.repaintInterval 15
@@ -850,7 +850,7 @@ RadioButton.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatMarginBorder [UI] RadioButton.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.FlatMarginBorder [UI]
RadioButton.darkShadow #9e9e9e javax.swing.plaf.ColorUIResource [UI] RadioButton.darkShadow #9e9e9e javax.swing.plaf.ColorUIResource [UI]
RadioButton.disabledText #8c8c8c javax.swing.plaf.ColorUIResource [UI] RadioButton.disabledText #8c8c8c javax.swing.plaf.ColorUIResource [UI]
RadioButton.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] RadioButton.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI] RadioButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI] RadioButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon.centerDiameter 8 RadioButton.icon.centerDiameter 8
@@ -867,7 +867,7 @@ RadioButton.textShiftOffset 0
#---- RadioButtonMenuItem ---- #---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorDelimiter RadioButtonMenuItem.acceleratorDelimiter
RadioButtonMenuItem.acceleratorFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] RadioButtonMenuItem.acceleratorFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground #505050 javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.acceleratorForeground #505050 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI] RadioButtonMenuItem.arrowIcon [lazy] 6,10 com.formdev.flatlaf.icons.FlatMenuItemArrowIcon [UI]
@@ -878,7 +878,7 @@ RadioButtonMenuItem.checkIcon [lazy] 15,15 com.formdev.flatlaf.icons.FlatRad
RadioButtonMenuItem.dashIcon [lazy] 10,2 com.apple.laf.AquaImageFactory$InvertableImageIcon [UI] (sun.awt.image.MultiResolutionCachedImage) RadioButtonMenuItem.dashIcon [lazy] 10,2 com.apple.laf.AquaImageFactory$InvertableImageIcon [UI] (sun.awt.image.MultiResolutionCachedImage)
RadioButtonMenuItem.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] RadioButtonMenuItem.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI] RadioButtonMenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI] RadioButtonMenuItem.margin 2,8,2,8 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.opaque false RadioButtonMenuItem.opaque false
@@ -939,7 +939,7 @@ ScrollBarUI com.formdev.flatlaf.ui.FlatScrollBarUI
ScrollPane.background #f5f5f5 javax.swing.plaf.ColorUIResource [UI] ScrollPane.background #f5f5f5 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI] ScrollPane.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI]
ScrollPane.fillUpperCorner true ScrollPane.fillUpperCorner true
ScrollPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ScrollPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI] ScrollPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.smoothScrolling true ScrollPane.smoothScrolling true
ScrollPaneUI com.formdev.flatlaf.ui.FlatScrollPaneUI ScrollPaneUI com.formdev.flatlaf.ui.FlatScrollPaneUI
@@ -962,7 +962,7 @@ Slider.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
Slider.disabledForeground #c0c0c0 javax.swing.plaf.ColorUIResource [UI] Slider.disabledForeground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Slider.focus #9e9e9e javax.swing.plaf.ColorUIResource [UI] Slider.focus #9e9e9e javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI] Slider.focusInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Slider.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Slider.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Slider.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Slider.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight #ffffff javax.swing.plaf.ColorUIResource [UI] Slider.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension Slider.horizontalSize 200,21 java.awt.Dimension
@@ -993,7 +993,7 @@ Spinner.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
Spinner.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] Spinner.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
Spinner.editorAlignment 11 Spinner.editorAlignment 11
Spinner.editorBorderPainted false Spinner.editorBorderPainted false
Spinner.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Spinner.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Spinner.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Spinner.padding 2,6,2,6 javax.swing.plaf.InsetsUIResource [UI] Spinner.padding 2,6,2,6 javax.swing.plaf.InsetsUIResource [UI]
SpinnerUI com.formdev.flatlaf.ui.FlatSpinnerUI SpinnerUI com.formdev.flatlaf.ui.FlatSpinnerUI
@@ -1038,7 +1038,7 @@ TabbedPane.disabledForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
TabbedPane.disabledUnderlineColor #ababab javax.swing.plaf.ColorUIResource [UI] TabbedPane.disabledUnderlineColor #ababab javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus #000000 javax.swing.plaf.ColorUIResource [UI] TabbedPane.focus #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focusColor #dae4ed javax.swing.plaf.ColorUIResource [UI] TabbedPane.focusColor #dae4ed javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TabbedPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI] TabbedPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.hasFullBorder false TabbedPane.hasFullBorder false
TabbedPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI] TabbedPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
@@ -1058,7 +1058,7 @@ TabbedPane.selectedTabTitleShadowDisabledColor #40000000 javax.swing.plaf.Col
TabbedPane.selectedTabTitleShadowNormalColor #64000000 javax.swing.plaf.ColorUIResource [UI] TabbedPane.selectedTabTitleShadowNormalColor #64000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectionFollowsFocus true TabbedPane.selectionFollowsFocus true
TabbedPane.shadow #f2f2f2 javax.swing.plaf.ColorUIResource [UI] TabbedPane.shadow #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.smallFont .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TabbedPane.smallFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TabbedPane.tabAreaInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI] TabbedPane.tabAreaInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabHeight 32 TabbedPane.tabHeight 32
TabbedPane.tabInsets 0,12,0,12 javax.swing.plaf.InsetsUIResource [UI] TabbedPane.tabInsets 0,12,0,12 javax.swing.plaf.InsetsUIResource [UI]
@@ -1088,7 +1088,7 @@ Table.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground #000000 javax.swing.plaf.ColorUIResource [UI] Table.focusCellForeground #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableCellBorder$Focused [UI] Table.focusCellHighlightBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableCellBorder$Focused [UI]
Table.focusSelectedCellHighlightBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableCellBorder$Selected [UI] Table.focusSelectedCellHighlightBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatTableCellBorder$Selected [UI]
Table.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Table.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Table.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Table.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #f7f7f7 javax.swing.plaf.ColorUIResource [UI] Table.gridColor #f7f7f7 javax.swing.plaf.ColorUIResource [UI]
Table.intercellSpacing 0,0 javax.swing.plaf.DimensionUIResource [UI] Table.intercellSpacing 0,0 javax.swing.plaf.DimensionUIResource [UI]
@@ -1109,7 +1109,7 @@ TableHeader.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TableHeader.bottomSeparatorColor #e5e5e5 javax.swing.plaf.ColorUIResource [UI] TableHeader.bottomSeparatorColor #e5e5e5 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI] TableHeader.cellBorder [lazy] 2,3,2,3 false com.formdev.flatlaf.ui.FlatEmptyBorder [UI]
TableHeader.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI] TableHeader.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
TableHeader.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TableHeader.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground #000000 javax.swing.plaf.ColorUIResource [UI] TableHeader.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TableHeader.height 25 TableHeader.height 25
TableHeader.separatorColor #e5e5e5 javax.swing.plaf.ColorUIResource [UI] TableHeader.separatorColor #e5e5e5 javax.swing.plaf.ColorUIResource [UI]
@@ -1147,7 +1147,7 @@ TextArea.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
TextArea.caretBlinkRate 500 TextArea.caretBlinkRate 500
TextArea.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI] TextArea.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] TextArea.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
TextArea.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TextArea.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground #000000 javax.swing.plaf.ColorUIResource [UI] TextArea.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] TextArea.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] TextArea.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
@@ -1172,7 +1172,7 @@ TextField.caretBlinkRate 500
TextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI] TextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow #9e9e9e javax.swing.plaf.ColorUIResource [UI] TextField.darkShadow #9e9e9e javax.swing.plaf.ColorUIResource [UI]
TextField.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] TextField.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
TextField.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TextField.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI] TextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.highlight #ffffff javax.swing.plaf.ColorUIResource [UI] TextField.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] TextField.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
@@ -1193,7 +1193,7 @@ TextPane.border [lazy] 0,0,0,0 false com.formdev.flatlaf.ui.F
TextPane.caretBlinkRate 500 TextPane.caretBlinkRate 500
TextPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI] TextPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] TextPane.disabledBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
TextPane.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TextPane.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI] TextPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] TextPane.inactiveBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] TextPane.inactiveForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
@@ -1207,7 +1207,7 @@ TextPaneUI com.formdev.flatlaf.ui.FlatTextPaneUI
TitledBorder.aquaVariant [lazy] 16,20,16,20 false com.apple.laf.AquaGroupBorder$Titled [UI] TitledBorder.aquaVariant [lazy] 16,20,16,20 false com.apple.laf.AquaGroupBorder$Titled [UI]
TitledBorder.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatLineBorder [UI] TitledBorder.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatLineBorder [UI]
TitledBorder.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] TitledBorder.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor #000000 javax.swing.plaf.ColorUIResource [UI] TitledBorder.titleColor #000000 javax.swing.plaf.ColorUIResource [UI]
@@ -1223,7 +1223,7 @@ ToggleButton.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.F
ToggleButton.darkShadow #9e9e9e javax.swing.plaf.ColorUIResource [UI] ToggleButton.darkShadow #9e9e9e javax.swing.plaf.ColorUIResource [UI]
ToggleButton.disabledSelectedBackground #dfdfdf javax.swing.plaf.ColorUIResource [UI] ToggleButton.disabledSelectedBackground #dfdfdf javax.swing.plaf.ColorUIResource [UI]
ToggleButton.disabledText #8c8c8c javax.swing.plaf.ColorUIResource [UI] ToggleButton.disabledText #8c8c8c javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ToggleButton.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI] ToggleButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI] ToggleButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.iconTextGap 4 ToggleButton.iconTextGap 4
@@ -1258,7 +1258,7 @@ ToolBar.dockingBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #000000 javax.swing.plaf.ColorUIResource [UI] ToolBar.dockingForeground #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI] ToolBar.floatingBackground #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI] ToolBar.floatingForeground #8c8c8c javax.swing.plaf.ColorUIResource [UI]
ToolBar.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ToolBar.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI] ToolBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.gripColor #afafaf javax.swing.plaf.ColorUIResource [UI] ToolBar.gripColor #afafaf javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI] ToolBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
@@ -1291,7 +1291,7 @@ ToolBarUI com.formdev.flatlaf.ui.FlatToolBarUI
ToolTip.background #fafafa javax.swing.plaf.ColorUIResource [UI] ToolTip.background #fafafa javax.swing.plaf.ColorUIResource [UI]
ToolTip.backgroundInactive #fafafa javax.swing.plaf.ColorUIResource [UI] ToolTip.backgroundInactive #fafafa javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] 4,6,4,6 false com.formdev.flatlaf.ui.FlatLineBorder [UI] ToolTip.border [lazy] 4,6,4,6 false com.formdev.flatlaf.ui.FlatLineBorder [UI]
ToolTip.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] ToolTip.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground #000000 javax.swing.plaf.ColorUIResource [UI] ToolTip.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToolTip.foregroundInactive #8c8c8c javax.swing.plaf.ColorUIResource [UI] ToolTip.foregroundInactive #8c8c8c javax.swing.plaf.ColorUIResource [UI]
@@ -1319,7 +1319,7 @@ Tree.dropCellForeground [lazy] #ffffff javax.swing.plaf.ColorUIResourc
Tree.dropLineColor [lazy] #6aa7e1 javax.swing.plaf.ColorUIResource [UI] Tree.dropLineColor [lazy] #6aa7e1 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI] Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon [lazy] 11,11 com.formdev.flatlaf.icons.FlatTreeExpandedIcon [UI] Tree.expandedIcon [lazy] 11,11 com.formdev.flatlaf.icons.FlatTreeExpandedIcon [UI]
Tree.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Tree.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Tree.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Tree.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.hash #e6e6e6 javax.swing.plaf.ColorUIResource [UI] Tree.hash #e6e6e6 javax.swing.plaf.ColorUIResource [UI]
Tree.icon.closedColor #afafaf javax.swing.plaf.ColorUIResource [UI] Tree.icon.closedColor #afafaf javax.swing.plaf.ColorUIResource [UI]
@@ -1353,7 +1353,7 @@ TreeUI com.formdev.flatlaf.ui.FlatTreeUI
#---- Viewport ---- #---- Viewport ----
Viewport.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI] Viewport.background #f2f2f2 javax.swing.plaf.ColorUIResource [UI]
Viewport.font .SF NS Text plain 12 javax.swing.plaf.FontUIResource [UI] Viewport.font .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground #000000 javax.swing.plaf.ColorUIResource [UI] Viewport.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ViewportUI com.formdev.flatlaf.ui.FlatViewportUI ViewportUI com.formdev.flatlaf.ui.FlatViewportUI