RFR: 8328021: Convert applet test java/awt/List/SetFontTest/SetFontTest.html to main program

Abhishek Kumar abhiscxk at openjdk.org
Thu Mar 14 10:11:41 UTC 2024


On Tue, 12 Mar 2024 22:55:02 GMT, Phil Race <prr at openjdk.org> wrote:

> java/awt/List/SetFontTest/SetFontTest.html is a manual applet-based test.
> It can be converted to a main program test using PassFailJFrame

Marked as reviewed by abhiscxk (Committer).

test/jdk/java/awt/List/SetFontTest.java line 92:

> 90:         frame.add(button1);
> 91:         frame.add(button2);
> 92:         frame.setSize(200,250);

minor : 
Suggestion:

        frame.setSize(200, 250);

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

PR Review: https://git.openjdk.org/jdk/pull/18255#pullrequestreview-1936233608
PR Review Comment: https://git.openjdk.org/jdk/pull/18255#discussion_r1524580794


More information about the client-libs-dev mailing list