I have a GUI with a table on it with only 1 column(more will be added later).
The Gui gets an arraylist that has to be iterated through and then each value has to be inserted into the table.
Whatever I try, I can't get the GUI to set the cells to the correct values.
Any advice?