Although I doubt the above line is the problem (since the table has not yet been created), when working with models updates should be done to the "model" not the "list" structre that was used to create the model. So get in the habbit of using:
This will ensure that the model notifies the table of the changes.
If you need further help then you need to create a
SSCCE (Short, Self Contained, Compilable and Executable, Example Program), that demonstrates the incorrect behaviour (as has already been suggested).
And there is a Swing forum, did you not notice the moderator moved one of your previous postings?