rkeen-siemens opened a new issue, #5098: URL: https://github.com/apache/netbeans/issues/5098
### Apache NetBeans version Apache NetBeans 16 ### What happened Attempting to modify the tabbed pane foreground colors does not work for output window sub-tabs. ### How to reproduce Go to Tools > Options > Appearance > FlatLaf and click Edit custom properties and add the following line ``` TabbedPane.selectedForeground = $TabbedPane.underlineColor ``` Restart the IDE and open two output window sub-tabs (e.g. by running two files from different projects). I would expect the selected tab to be the same as the focused underline color. If you make the same change for `EditorTab.selectedForeground`, those tabs do render with the correct color. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10 Pro, CentOS 7.6 with Gnome 3 ### JDK Java 17.0.4.1 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else These tabs appear to be generated via `org.netbeans.core.windows.view.ui.CloseButtonTabbedPane` which sets a custom component to render the title for each tab (`ButtonTab`). This component should inherit the colors from the enclosing tabbed pane or provide a separate setting to allow setting the colors as done with `EditorTab` and `ViewTab`. ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
