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...

