JList with double click event?

i have a JList, how i handing a event when i double click on item in list ?thanks
[95 byte] By [NhTina] at [2007-11-26 17:11:28]
# 1
plz, i need your help.
NhTina at 2007-7-8 23:39:18 > top of Java-index,Security,Event Handling...
# 2
Add a MouseListener to it, then you can use the getClickCount() method from the MouseEvent class.
CaptainMorgan08a at 2007-7-8 23:39:18 > top of Java-index,Security,Event Handling...