I'm trying to draw multiple cursors on a paint component in Java. In order to do so, I will need to convert the default cursor into an image file. any ideas as to how I can do this?
Asked
Active
Viewed 235 times
0
-
Try googling "cur to png" – MadProgrammer Mar 25 '14 at 20:07
-
I'm trying to convert the default cursor into an image file using java code. Not using third party software. Sorry for not making that clear enough – user1854787 Mar 25 '14 at 20:31
-
By the way this is an unsolved problem. Here is the same issue raised about 4 years ago: http://stackoverflow.com/questions/2962271/how-to-capture-screen-image-with-mouse-pointer-on-it-in-java – user1854787 Mar 25 '14 at 21:01
-
I'm pretty confident that it can't be done... – MadProgrammer Mar 25 '14 at 21:05