RFR: 8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main [v2]
Alexander Zuev
kizune at openjdk.org
Wed Mar 20 04:28:47 UTC 2024
On Wed, 20 Mar 2024 03:15:36 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> 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
It can be omitted.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18357#discussion_r1531496568
More information about the client-libs-dev
mailing list