how to disable JList selection change event and invoke it only on double click ?
- by yurib
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 ?