On Fri, 13 Nov 2020 07:18:45 GMT, Sergey Bylokhov <s...@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