<AWT Dev> [jdk17] RFR: 8269984: [macos] JTabbedPane title looks like disabled

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Fri Jul 23 04:22:06 UTC 2021


On Thu, 22 Jul 2021 16:25:40 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

> Fixed the version string parsing to work correctly on macOS 11.x and beyond

Since existing currentMacOSXVersionMatchesGivenVersionRange() is changed, did you test in osx 10.15 or below to see current functionality is ok?
ALso, please add noreg-demo to JBS since I guess SwingSet2 is used to test.

src/java.desktop/macosx/classes/apple/laf/JRSUIUtils.java line 39:

> 37:     static boolean isLeopard = isMacOSXLeopard();
> 38:     static boolean isSnowLeopardOrBelow = isMacOSXSnowLeopardOrBelow();
> 39:     static boolean isBigSurOrAbove = isMacOSXBigSurOrAbove();

This is not required..Need to be removed.

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

PR: https://git.openjdk.java.net/jdk17/pull/269


More information about the awt-dev mailing list