On Tue, 30 Jan 2024 00:14:05 GMT, Harshitha Onkar <hon...@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

Reply via email to