On Thu, 7 Sep 2023 20:33:27 GMT, Alisen Chung <[email protected]> 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