RFR: 8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main [v3]
Alexey Ivanov
aivanov at openjdk.org
Thu Mar 14 17:05:42 UTC 2024
On Thu, 14 Mar 2024 16:23:20 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
>> test/jdk/java/awt/Frame/GetBoundsResizeTest.java line 44:
>>
>>> 42: 0. There is a test window with a "Press" button,
>>> 43: Its original bounds should be printed in the text area below.
>>> 44: 1. Resize the test window using the upper left corner.
>>
>> I found it impossible to resize the window by top left corner on Windows… The frame is so small that the Minimize button in the title bar covers the icon.
>
> Hmm, works for me:
>
> [Screencast.webm](https://github.com/openjdk/jdk/assets/77687766/8d6d5edd-178c-4dd4-9385-9492fde3ce1a)
>
> Anyway, I changed the default size of the window.
I'm using Windows 11 where the window borders are rounded, it could be the reason why it didn't work for me: the target area to grab the border is already covered by the _Minimise_ button.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18250#discussion_r1525225614
More information about the client-libs-dev
mailing list