<Swing Dev> RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible [v4]

Phil Race prr at openjdk.java.net
Tue Dec 15 20:49:01 UTC 2020


On Thu, 19 Nov 2020 03:37:16 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> On macOS 11 (bigsur) beta, using the Swing Aqua Look and Feel, the text of the selected JTabbedPane tab title text is just a light gray outline of white text on a white background. The macOS 11 design inverted from dark background / light text to light background / dark text, 
>> Proposed fix is to use dark color in light background so I used lightGray instead of "white" which is being used now, if we are on BigSur.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   name correction

Marked as reviewed by prr (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1182


More information about the swing-dev mailing list