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

Renjith Kannath Pariyangad rkannathpari at openjdk.org
Tue Jan 30 08:00:32 UTC 2024


On Tue, 30 Jan 2024 00:14:05 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Renjith Kannath Pariyangad has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Suggestions integrated
>
> 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.

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

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


More information about the client-libs-dev mailing list