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....
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....