Update instructions.

This commit is contained in:
Damon Nguyen 2025-06-12 10:49:27 -07:00
parent b2f2fc5458
commit 154574ec92

View File

@ -44,12 +44,16 @@ public class ListDragCursor {
3. Drag mouse to the list. 3. Drag mouse to the list.
4. Release the left mouse button. 4. Release the left mouse button.
If the mouse cursor starts as an I-beam cursor The mouse cursor should appear as an I-beam cursor
and does not change until you reach the List and and should stay the same while dragging across the
release the left mouse button (and becomes a Hand Cursor), components. Once you reach the list, release the
pass the test. This test fails if the cursor updates left mouse button. Immediately after, the cursor
when pointing over the different components before should change to a Hand cursor. If true, this test
releasing the left mouse button. passes.
The test fails if the cursor updates while dragging
over the components before releasing the left
mouse button.
"""; """;
PassFailJFrame.builder() PassFailJFrame.builder()