Jtable double click

Hi, guys. I have a Jtable which needs to response to a double left mouse button click, e.gwhen i double click on a row i want to insert another row with the same date as the rox doubleclickedany idea?thanks for your help
[262 byte] By [zmerlicnia] at [2007-10-2 10:39:53]
# 1
1) [url http://java.sun.com/docs/books/tutorial/uiswing/events/handling.html]How to Write a Mouse Listener[/url]2) The DefaultTableModel has an addRow(...) method.
camickra at 2007-7-13 2:46:08 > top of Java-index,Desktop,Core GUI APIs...