Announcement

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

    Hand Cursor on Image

    Hello,

    how can I change the cursor of an Img on Mouseover?

    Thanks

    #2
    How about this?
    Code:
    img.setCursor(Cursor.HAND);

    Comment

    Working...
    X