how to display live data upon jtable

hi all,

i am making an application in which i am retrieving data from e-signal server .i am able to handle that data and display it on console.Now my problem is that in my application i am using jtable and i have to display the data upon the cell of tha jtable .how can i make changes upon various cells as soon as the live data arrives and there is changes in the data ?how can i reflect the changes in the cells of the jtable?plz sujjest me.

thanks in advance.

[481 byte] By [jamesgoslina] at [2007-11-27 6:30:50]
# 1
Update the DefaultTableModel using either:a) addRow(...) for new datab) setValueAt(...) to change existing data
camickra at 2007-7-12 17:55:33 > top of Java-index,Desktop,Core GUI APIs...
# 2
hi i needs to use existing jtable cells for my updated datas to be displayed such that old values are replaced with new values.
jamesgoslina at 2007-7-12 17:55:33 > top of Java-index,Desktop,Core GUI APIs...