|
-
January 22nd, 1999, 02:43 PM
#1
JAVA: changing the cursor
From a post from Zafir Anjum regarding chaning the mouse cursor:
note that simply calling setCursor() doesn't actually change the cursor. The change is delayed till the next mouse click or movement.
This does indeed seem to be the case.
My question is should it then not be possible to turn around post a mouseEvent such as mouseMove. I have tried this by posting Directly to the EventQueue,
and by calling dispatchEvent on the object in question directly. But to no avail.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|