RFR: 8315882: Open some swing tests 2

Sergey Bylokhov serb at openjdk.org
Sun Sep 10 22:08:38 UTC 2023


On Thu, 7 Sep 2023 20:33:27 GMT, Alisen Chung <achung at openjdk.org> wrote:

> Opening some swing tests

test/jdk/javax/swing/SpringLayout/SpringLayoutSetWidthTest.java line 28:

> 26:    @summary setWidth() doesn't work on the container in a SpringLayout
> 27:    @key headful
> 28:    @run main SpringLayoutSetWidthTest

where is the main method in this test?

test/jdk/javax/swing/SpringLayout/SpringLayoutSetWidthTest.java line 46:

> 44: 
> 45:     public void init() {
> 46:         fr = new JFrame("Test");

The JFrame will be created on non-EDT.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15628#discussion_r1320868830
PR Review Comment: https://git.openjdk.org/jdk/pull/15628#discussion_r1320868740


More information about the client-libs-dev mailing list