Hi there,

I'm new to Swing and I have problem with Jtable. I want to create a Jtable with a model. After it has been created, I want to be able to add data to the table. However, I want to save my data to a file. When I run the program again I want the file to be loaded into the table and perform all possible operations (add, midify and delete).
How to accomplish this?

Thanks in advance!

Barry