[jdk11u-dev] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible
Martin Doerr
mdoerr at openjdk.java.net
Fri Sep 3 08:06:30 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.
`isMacOSXBigSurOrAbove()` from JDK-8230869 is needed for this change. The Catalina function was just in the same hunk.
Right, I'm planning to backport JDK-8269984, too. There are still a few macOS fixes missing in OpenJDK 11u.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/198
More information about the jdk-updates-dev
mailing list