On Fri, 22 Mar 2024 18:55:01 GMT, Damon Nguyen <[email protected]> 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
