The CursorX Class of the com.ms.awt package implements an extended cursor object.
public class CursorX extends Cursor { // Constructors public CursorX(Image img, int x, int y); // Methods public int getType(); }
Note For the Microsoft SDK for Java, version 2.02 and later, images must be 32-by-32 pixels to be used successfully with CursorX objects.
Cursor | +--CursorX