On Tue, 12 Mar 2024 09:48:11 GMT, Alexey Ivanov <[email protected]> wrote:

>> test/jdk/java/awt/FileDialog/MultipleMode.java line 101:
>> 
>>> 99:         frame.add(sysout, BorderLayout.CENTER);
>>> 100: 
>>> 101:         frame.pack();
>> 
>> Frame size is too big and going out of the screen, might fix a size here.
>
> It doesn't fit on the screen of my VM either.
> 
> One way to resolve this problem is to add
> 
>             .position(PassFailJFrame.Position.TOP_LEFT_CORNER)
> 
> to `PassFailJFrame` builder as there's no easy way to move the instruction 
> frame to the left so that both frames fit on the screen.

Updated.

What resolution and scale are you using?
I've tested at 1920x1080 and default scale 1, and it has plenty of room: 
![image](https://github.com/openjdk/jdk/assets/77687766/5ab8035b-7d50-402b-a26d-0cbade786673)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18205#discussion_r1521196731

Reply via email to