On Thu, 3 Jun 2021 11:48:41 GMT, Kevin Rushforth <[email protected]> wrote:
>> Tejpal Rebari has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> updated the comment
>
> test/jdk/java/awt/Window/TestAppFreeze.java line 64:
>
>> 62: private static void createInstructionUI() {
>> 63: SwingUtilities.invokeLater(() -> {
>> 64: String instruction = "1. This test is only for Mac OS
>> Version 11 " +
>
> This bug also affects macOS 10.15. On 10.15 the "Prefer Tabs" setting in the
> `System Preferences -> Dock` rather than `-> General`.
Yeah, i think it will affect Mac OS 10.12.+ as the tabbedWindows was
introduced in 10.12 , i have checked it affects the 10.14 , don't have earlier
version to check.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3407