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

[324 byte] By [shiraovadyaa] at [2007-11-27 4:12:28]
# 1
In the future, Swing related questions should be posted in the Swing forum.Maybe something like this is what you are looking for: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=680822
camickra at 2007-7-12 9:18:28 > top of Java-index,Java Essentials,Java Programming...
# 2
Try TableModelListener
vpopovici@ro.soluziona.coma at 2007-7-12 9:18:28 > top of Java-index,Java Essentials,Java Programming...