[java] How to change icon mouse pointer with java applet

Started by
1 comment, last by jackjaroen 23 years, 3 months ago
How to change icon mouse pointer with java applet such as when I''m move mouse pointer pass command button how to change it from arrow icon to other icon.
jack
Advertisement
While I''m going off the top of my head here-

Over the window/frame etc that you want to change the cursor, there should be a "setCursor(Cursor cursor) method.

Then all you have to do is look into the Cursor Class.

Mark
<< ...and here is one we developed earlier... >>
thank you
jack

This topic is closed to new replies.

Advertisement