help needed regarding swing

i have a frame which contains a number of internal frames these internal frames contains jtable .my probem is that i need to update the cell data of on jtable upon pop action and then display that data upon another internal frames jtable .
[246 byte] By [jamesgoslina] at [2007-11-26 21:13:12]
# 1
Well you question is not very clear, so I can't give specific advice, but *** general if you want to update the data in a table, then you need a reference to the table and then you just use the setValueAt(...) method.
camickra at 2007-7-10 2:50:48 > top of Java-index,Desktop,Core GUI APIs...
# 2

my actual problem is that i have a frame which contains may internal frames these internal frames contains jtable.now what i wans to do is suppose i do popup ipon any internal frames jtables cell then a popup menu comes which has a textbox and a ok button when i click ok then that integer values goes into the databse and at the same time this particular value get dis[layed upon another internal frames jtable.

jamesgoslina at 2007-7-10 2:50:48 > top of Java-index,Desktop,Core GUI APIs...
# 3
Doesn't change my answer, you still need a reference to the table you want to update so you can use the setValueAt(...) method.
camickra at 2007-7-10 2:50:48 > top of Java-index,Desktop,Core GUI APIs...
# 4

hi,

i am illustrating u my problem i had a main frame which consists of numbers of internal frames .all these internal frames contains jtable now suppose i m clicking mouse on a internal frames jtables cell then a pop up menu displays it has one textfield and a ok button now i am entering any amount in that text field and then pressing ok then my data is going into the database table but i wants to simultaneously display that data upon another internal frames jtables cell how can i achieve that plz help me?

jamesgoslina at 2007-7-10 2:50:48 > top of Java-index,Desktop,Core GUI APIs...
# 5
I've already told you twice.
camickra at 2007-7-10 2:50:48 > top of Java-index,Desktop,Core GUI APIs...