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 = extractCursorImage(Cursor.getDefaultCursor());
Which you then can draw on a toolbar button (that's the purpose I want it for).