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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -