Re: How to update JTable from JMenuBar?



I make my 'main' JFrame an ActionListener for my 'open' MenuItem.
When the 'open' sends the ActionEvent to 'main' and then I create a
FileChooser
and let the user pick the file.

After the FileChooser returns I just call the various methods for the
table model.
.