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:
Karl Tauber
2023-01-31 13:58:42 +01:00
parent 1435469ee5
commit 29b801e13d
8 changed files with 76 additions and 22 deletions

View File

@@ -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