Integrated: 8273478: [macos11] JTabbedPane selected and pressed tab is not legible
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Mon Sep 13 04:47:56 UTC 2021
On Wed, 8 Sep 2021 09:00:47 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> On macOS 11 (bigsur), using the Swing Aqua Look and Feel,
> the text of the selected and "pressed" JTabbedPane tab title text is just a light gray outline of white text on a white background which is not readable.
> Fix is to use selectedControlTextColor for TabbedPane.selectedTabTitlePressedColor same as what we use for TabbedPane.selectedTabTitleNormalColor. Result is black over white text same as what is seen for native app pressed tabbedpane.
This pull request has now been integrated.
Changeset: 4efcd200
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4efcd2006f00a6347987ecdacd6e09d59a0006f4
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8273478: [macos11] JTabbedPane selected and pressed tab is not legible
Reviewed-by: kizune, aivanov, serb
-------------
PR: https://git.openjdk.java.net/jdk/pull/5409
More information about the client-libs-dev
mailing list