mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47: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:
@@ -377,7 +377,9 @@ TabbedPane.underlineColor = #ff0
|
||||
TabbedPane.inactiveUnderlineColor = #f0f
|
||||
TabbedPane.disabledUnderlineColor = #7a7a7a
|
||||
TabbedPane.hoverColor = #eee
|
||||
TabbedPane.hoverForeground = #0ff
|
||||
TabbedPane.focusColor = #ddd
|
||||
TabbedPane.focusForeground = #ff0
|
||||
TabbedPane.tabSeparatorColor = #00f
|
||||
TabbedPane.contentAreaColor = #f00
|
||||
|
||||
|
||||
Reference in New Issue
Block a user