I was wondering if there is a way to extract an Image object from a Cursor object in Java.
A use for this would be for instance :
Image img = extract
It might be possible to find the system cursor images from JRE. Looking at the source code might be interesting too.