B4J Question MouseCursor (SOLVED)

BeneBarros

Active Member
Licensed User
Longtime User
MouseCursor "CLOSED_HAND", "OPEN_HAND", "HAND" use the same cursor.

SOLVED.
Java 8 works perfect
 
Last edited:

jmon

Well-Known Member
Licensed User
Longtime User
Upvote 0

BeneBarros

Active Member
Licensed User
Longtime User
I am using this routine you've ever had shown me before.
I'm trying to use the cursors below, who are also listed in the class cursor.

static Cursor CLOSED_HAND
A cursor with a hand that is closed, often used when "grabbing", for example, when panning.

static Cursor OPEN_HAND
A cursor with a hand which is open

but only returns the cursor "HAND"

is it because I'm using the jdk 1.7 ... ??
 
Upvote 0
Top