Loading Java JTable: Why does it not work?
I have created a simple GUI which includes a JTable. This table may be saved & loaded via the appropriate Object Stream. At this point the Save function is working as intended, and I can see the table object is stored in a file when looking in the save directory. However, when I try to load the table from the file, the GUI never displays the loaded table. The actionlistener function is called, as I have a system.out "Data loaded", but the table never displays updated data. I have tried to call repaint(), but to no avail. To anyone who can shed some light on what I may be doing wrong, I would