Cursor question

L

Lee

Hi,

I have a component that i want to to change the mouse cursor for when
inside the component area, i am using mouseEntered and mouseExited,
when entered i have this line of code;-

this.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));

which works great, but when exiting i have this;-

this.setCursor(Cursor.getDefaultCursor());

which doesnt seem to do a thing, the hand cursor remains. Is there
anything i am missing out?

thanks in advance....
 
V

Vova Reznik

Lee said:
Hi,

I have a component that i want to to change the mouse cursor for when
inside the component area, i am using mouseEntered and mouseExited,
when entered i have this line of code;-

this.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));

which works great, but when exiting i have this;-

this.setCursor(Cursor.getDefaultCursor());

which doesnt seem to do a thing, the hand cursor remains. Is there
anything i am missing out?

thanks in advance....

How you want to see changes if you define cursor for component your
mouse already left?
Here is no needs for any listeners.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top