<Swing Dev> RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Fri Nov 13 09:31:56 UTC 2020
On Fri, 13 Nov 2020 07:18:45 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> What "information" you want to be read from native?
>
> The color instead of hardcoded "Color.lightGray"
Well, even "white" was hardcoded till now...so I am not sure how can we read the color from native...do you have any idea?
Even CsystemColors.m has all the color hardcoded
sColors[java_awt_SystemColor_ACTIVE_CAPTION_TEXT] = [NSColor blackColor];
-------------
PR: https://git.openjdk.java.net/jdk/pull/1182
More information about the swing-dev
mailing list