jtable- key listener
Hi,
I have a question:
In a JTable, when the user press a value on a cell, I need that immediately the value will mirrored to another cell.
(another cell will get the value that the user press)
I tried to use key listener but I can not know witch row the user changed
thanks
shira

