RFR: 8327874: Convert javax/swing/JTree/4314199/bug4314199.java applet test to main

Tejesh R tr at openjdk.org
Tue Mar 12 10:08:13 UTC 2024


On Tue, 12 Mar 2024 06:43:36 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> Conversion of manual applet test to main based using PassFailJFrame manual framework

test/jdk/javax/swing/JTree/4314199/bug4314199.java line 53:

> 51:             press 'Pass' else 'Fail'. """;
> 52: 
> 53:     private static JFrame frame;

Frame can be moved inside creatUI(). If you can use splitUI instead of testUI that would be even better.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18215#discussion_r1521187565


More information about the client-libs-dev mailing list