i'm wondering if there is a way to perform an action from a jtable when
a list item is double-clicked, not just changed. would i just add an
action listener to the jtable? or would i add a ListSelectionListener
to the ListSelectionModel? any help would be appreciated.
nate
Philippe DE RIVAROLA - 13 Feb 2004 15:09 GMT
Did you try to add a cell edition listener on your cell editor ?
Philippe