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

Alexey Ivanov aivanov at openjdk.java.net
Tue Apr 13 20:18:04 UTC 2021


On Tue, 13 Apr 2021 19:24:43 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).

test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java line 87:

> 85:         if (timeoutHappened || failed) {
> 86:             throw new RuntimeException("Test failed!");
> 87:         }

Shall the test dispose of the frame if it times out?

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

PR: https://git.openjdk.java.net/jdk/pull/3474


More information about the swing-dev mailing list