On Fri, 13 Nov 2020 02:39:29 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> src/java.desktop/macosx/classes/com/apple/laf/AquaLookAndFeel.java line 332:
>>
>>> 330: final ColorUIResource selectedTabTitleNormalColor =
>>> 331:
>>> System.getProperty("os.version").contains("10.16") ?
>>> 332: new
>>> ColorUIResource(Color.lightGray) : white;
>>
>> Can we read this information from the native? Probably it is already
>> accessed by the SystemColor?
>
> What "information" you want to be read from native?
The color instead of hardcoded "Color.lightGray"
-------------
PR: https://git.openjdk.java.net/jdk/pull/1182