Can you create custom cursors in JDK 1.1?
Created May 4, 2012
Scott Stanchfield
You cannot create custom cursors in JDK 1.1. This support is only available in the Java2 platform.
In JDK 1.1, you can only set cursors to the constant values provided in the java.awt.Cursor class.