I have a list of words inside the JList. Everytime I point the mouse cursor to a word, I want the cursor to change into a hand cursor. Now my problem is how to do that?
Could someone help me about this problem?
|
I have a list of words inside the JList. Everytime I point the mouse cursor to a word, I want the cursor to change into a hand cursor. Now my problem is how to do that? Could someone help me about this problem?
| ||||
|
feedback
|
|
Use a MouseMotionListener on your JList to detect when the mouse enters it and then call Sample code:
| |||||||||
feedback
|
|
You probably want to look at the | |||
|
feedback
|