[jdk11u-dev] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible

Sergey Bylokhov serb at openjdk.java.net
Fri Sep 3 02:10:39 UTC 2021


On Thu, 5 Aug 2021 13:43:01 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> Backport of JDK-8251377. Doesn't apply cleanly because Mac OS version check from JDK-8230869 is not in 11u. I just included the introduction of `isCatalinaOrAbove` and `isBigSurOrAbove` from the latter. Rest applies cleanly.

I am not sure why did you add the "isMacOSXCatalinaOrAbove" since it is unused in the fix and was not part of the fix in the mainline?

BTW I think you would like to backport https://bugs.openjdk.java.net/browse/JDK-8269984 as well it fixes a regression of this one.

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/198


More information about the jdk-updates-dev mailing list