On Tue, 30 Jan 2024 07:58:12 GMT, Renjith Kannath Pariyangad <[email protected]> wrote:
>> test/jdk/java/awt/print/PrinterJob/ValidatePage/ValidatePage.java line 263: >> >>> 261: ta.setEditable(false); >>> 262: add(ta); >>> 263: setSize(500, 650); >> >> Set paper and Print options are not visible with current frame size. >> >> Suggestion: >> >> setSize(680, 500); > > Updating the size impacting layouts, its visible in my system. With the present frame size and layout settings, Set Paper" and "Print" options are not visible.  ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17607#discussion_r1473592715
