how to disable JList selection change event and invoke it only on double click ?

Posted by yurib on Stack Overflow See other posts from Stack Overflow or by yurib
Published on 2010-05-06T18:50:50Z Indexed on 2010/05/06 18:58 UTC
Read the original article Hit count: 152

Filed under:
|
|
|

As the title says... I'd like items in a JList to be "selected" only when they are double clicked. what would be the best way to achieve this kind of behavior ?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing