JTable help!

well.. i'm kinda learning about JTable and stuff but right now i seem to be stuck...

how do you change the values in a pre-defined table?

im running a simulation u see... and im using threading..

after i start the simulation the initial values in the table will increase/decrease depending on the simulation but im stuck.. i dont know how to edit the values inside the table..

so for example:

Time | Accelerationcolumn headers

1s 3-- initial values

2s3.25 -- how do i plug this in?

3s3.75-- this too?

any help or ideas is much appreciated thanks :D

p.s. the table is sort of like putting values every second.. sort of like threading...

[703 byte] By [canephalanxa] at [2007-11-26 16:27:45]
# 1
table.setValueAt(...);
camickra at 2007-7-8 22:52:00 > top of Java-index,Desktop,Core GUI APIs...