Skip to content

Commit 29b4c2f

Browse files
committed
Java hand-> JavaScript pointer cursor
1 parent 49fd5ab commit 29b4c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/swingjs/JSToolkit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ public static String getCursorName(Cursor c) {
800800
case Cursor.TEXT_CURSOR:
801801
return "text";
802802
case Cursor.HAND_CURSOR:
803-
return "point";
803+
return "pointer";
804804
case Cursor.MOVE_CURSOR:
805805
return "move";
806806
case Cursor.N_RESIZE_CURSOR:

0 commit comments

Comments
 (0)