RFR: 8315677: Open source few swing JFileChooser and other tests

Abhishek Kumar abhiscxk at openjdk.org
Tue Sep 12 11:17:40 UTC 2023


On Tue, 12 Sep 2023 05:03:36 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Few closed JFileChooser and other swing tests are open sourced.
>
> test/jdk/javax/swing/JFileChooser/bug4624353.java line 55:
> 
>> 53:                 fr.getContentPane().add(fc);
>> 54:                 fr.pack();
>> 55:                 fr.setVisible(true);
> 
> Delay might be required before starting test.

Didn't observe any failure for multiple runs without delay.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15626#discussion_r1322884992


More information about the client-libs-dev mailing list