Right now, when the mouse pointer is over my DrawPane, the cursor is a cross-hairs type. I would like to keep it as a pointer.
I called:
But that did not change it.
How do I use this?
I called:
Code:
drawPane.setCursor(Cursor.POINTER);
How do I use this?