On Tue, 19 Mar 2024 14:01:42 GMT, Alexander Zuev <[email protected]> wrote:
>> Convert test to manual main and move from the dedicated folder
>> Remove old files
>
> Alexander Zuev has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Adding library and build clauses
test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java line 63:
> 61: JFrame frame = new JFrame("Multi-resolution Cursor Test Frame");
> 62: frame.setSize(300, 300);
> 63: frame.setLocation(300, 50);
Is setLocation required? I guess PassFailJFrame will take care of that when you
call testUI
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18357#discussion_r1531468594