RFR: 8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main [v2]
Damon Nguyen
dnguyen at openjdk.org
Mon Mar 25 23:53:56 UTC 2024
On Mon, 25 Mar 2024 22:45:48 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix spelling
>
> test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java line 92:
>
>> 90: frame.add(print);
>> 91: frame.pack();
>> 92: frame.setVisible(true);
>
> frame.setVisible(true); not required when using PassFailJFrame.
Fixed. Thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18461#discussion_r1538372723
More information about the client-libs-dev
mailing list