<Swing Dev> RFR: 8075915: The eight controls without black backgrounds with WinLAF & GTK LAF & Nimbus LAF [v4]

Alexey Ivanov aivanov at openjdk.java.net
Fri Apr 16 11:20:37 UTC 2021


On Thu, 15 Apr 2021 22:25:05 GMT, Alexander Zvegintsev <azvegint at openjdk.org> 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


More information about the swing-dev mailing list