Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to use setCursor?

    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:
    Code:
    drawPane.setCursor(Cursor.POINTER);
    But that did not change it.
    How do I use this?
Working...
X