mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
TabbedPane: support hover and focused tab foreground colors (issue #627)
changed background behavior: `tabbedPane.getBackgroundAt(tabIndex)` now has higher priority than `TabbedPane.focusColor` and `TabbedPane.selectedBackground`
This commit is contained in:
@@ -848,6 +848,7 @@ TabbedPane.disabledForeground
|
||||
TabbedPane.disabledUnderlineColor
|
||||
TabbedPane.focus
|
||||
TabbedPane.focusColor
|
||||
TabbedPane.focusForeground
|
||||
TabbedPane.focusInputMap
|
||||
TabbedPane.font
|
||||
TabbedPane.foreground
|
||||
@@ -855,6 +856,7 @@ TabbedPane.hasFullBorder
|
||||
TabbedPane.hiddenTabsNavigation
|
||||
TabbedPane.highlight
|
||||
TabbedPane.hoverColor
|
||||
TabbedPane.hoverForeground
|
||||
TabbedPane.inactiveUnderlineColor
|
||||
TabbedPane.labelShift
|
||||
TabbedPane.light
|
||||
|
||||
Reference in New Issue
Block a user