On Thu, 24 Dec 2020 17:35:56 GMT, Phil Race <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Check for BigSur and above
>
> src/java.desktop/macosx/classes/com/apple/laf/AquaLookAndFeel.java line 873:
>
>> 871: "TabbedPane.selectedTabTitlePressedColor",
>> selectedTabTitlePressedColor,
>> 872: "TabbedPane.selectedTabTitleDisabledColor",
>> selectedTabTitleDisabledColor,
>> 873: "TabbedPane.selectedTabTitleNormalColor",
>> System.getProperty("os.version").contains("10.16") ?
>> selectedControlTextColor : selectedTabTitleNormalColor,
>
> That doesn't look very robust. What will happen on the next version of macOS ?
Check for BigSur and above is added
-------------
PR: https://git.openjdk.java.net/jdk16/pull/65