RFR: 8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main
Tejesh R
tr at openjdk.org
Mon Mar 25 07:41:23 UTC 2024
On Fri, 22 Mar 2024 18:55:01 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
> Convert java/awt/print/PageFormat/SetOrient.html applet test to main using PassFailJFrame.
test/jdk/java/awt/print/PageFormat/SetOrient.java line 46:
> 44:
> 45: public class SetOrient {
> 46: static PrinterJob pjob;
Can be moved inside `init()` and even you change the method name since applet is removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18462#discussion_r1537144154
More information about the client-libs-dev
mailing list