The CursorX Class contains the following constructor:
Creates an extended cursor object with a default type from a specified image.
public CursorX(Image img, int x, int y);
img | The Image to create the cursor from. |
x | The x-coordinate of the point that acts as the cursor's hot spot. |
y | The y-coordinate of the point that acts as the cursor's hot spot. |