Scaling a Cursor in Java -
I want to scale the cursor but there is no way to scale the cursor in the cursor square in the Java API. I have to scale the cursor, please suggest some method or code in Java to do this.
Thanks
You can create a custom cursor with the toolkit
createCustomCursor (image cursor, point hotspot, string name) method. This can be a big image
Comments
Post a Comment