Java JTable help needed plz?
I create a JTable in my gui class using the default table model. This table is originally empty and the data is filled in by the user.
Once the data is put in and the user hits save, i need to perform some checks on the JTable but within another class. How do you create an instance of a JTable in another class, complete with all the entered data?
cheers
|