Skip to content
Advertisement

How to change the cursor type

This question is related to the previous post. How to save file and read

alt text http://freeimagehosting.net/image.php?dc73c3bb33.jpg

How can I change the cursor to “Hand” only when the mouse pointed on grid which is not Null (contained images)?

So far the cursor turn to “Hand” all over the grids (null or not null).

JavaScript

Advertisement

Answer

This should have the desired effect:

JavaScript

Edited post for new stuff in comment. BorderFactory javadoc: http://java.sun.com/javase/6/docs/api/javax/swing/BorderFactory.html. Edit 2: fixed small problem.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement