On Tue, 17 Jun 2025 16:32:54 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:

>> test/jdk/java/awt/Cursor/CursorDragTest/ListDragCursor.java line 105:
>> 
>>> 103:         Panel btnPanel = new Panel();
>>> 104:         Button passBtn = new Button("PASS");
>>> 105:         Button failBtn = new Button("FAIL");
>> 
>> Suggestion:
>> 
>>         Button passBtn = new Button("Pass");
>>         Button failBtn = new Button("Fail");
>> 
>> There's no reason ‘scream’.
>
> Very true.

The code hasn't been updated, though.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25705#discussion_r2155286653

Reply via email to