On Thu, 15 Apr 2021 22:25:05 GMT, Alexander Zvegintsev <[email protected]>
wrote:
>> This manual test was written for Metal L&F, so now it is set explicitly.
>> Test is also refactored to use JFrame instead of Applet.
>>
>> The test is not in `ProblemList.txt`.
>> It still fails on JDK 1.5 (after removing all syntactic sugar).
>
> Alexander Zvegintsev has updated the pull request incrementally with one
> additional commit since the last revision:
>
> trailing whitespace
Changes requested by aivanov (Reviewer).
test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java line 96:
> 94: if (instance != null) {
> 95: instance.dispose();
> 96: }
This should be wrapped into `invokeAndWait`.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3474