RFR: 8320676 : Manual printer tests have no Pass/Fail buttons, instructions close [v2]

Harshitha Onkar honkar at openjdk.org
Wed Jan 31 23:11:01 UTC 2024


On Tue, 30 Jan 2024 07:58:12 GMT, Renjith Kannath Pariyangad <rkannathpari at openjdk.org> 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.
 
![image](https://github.com/openjdk/jdk/assets/95945681/b1bf6d28-858e-4b32-aec4-dd24dfdf7dc0)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17607#discussion_r1473592715


More information about the client-libs-dev mailing list