JTable question
i need to setup a JTable so that when the program opens, there is a blank JTable with column names and a header, then when users add information that is entered into an array, i need the table to change and include the new data, adding a new row with the information entered
the information entered by the user is not entered in the table;
any help would be great

