NativeCursorpublic interface NativeCursor The interface provides access to platform dependent functionality
for the class java.awt.Cursor. |
Methods Summary |
---|
public void | destroyCursor()Destroys the native resource associated with
this cursor
| public long | getId()
| public void | setCursor(long winID)Sets the current cursor shape
to this cursor when a pointer is inside
|
|