HI there!
I have a code that updates the JTable only after the program is restarted, but how do I refresh the JTable without exiting the program? That must happen when I upload a file containing some data.
MainClass.class
That's the method that creates a table model:
MyTable.class
I want that to happen when I click on the upload file button.
MainClass.class
I guess there is something to do with the model?