| Author |
JList Select on MouseEntered
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
I have a MouseListener Registered on my JList for detecting Double Clicks and Right Clicks. I was wondering if there was a way so that in the mouseEntered() method, I can detect which cell in the JList I am in and have that item selected automatically. Just like if I single click on the cell, but just with a mouseEntered(). Thanks
|
 |
 |
|
|
subject: JList Select on MouseEntered
|
|
|