Data from 6 ArrayLists into a single JTable - Java Swing
- by Splunk
I have created a JTable which is populated by various arraylists which get their data from a text list using a "~" to split. The issue I am having is that the table is displaying all data from the list on a single row. For example:
Column1 Column2 Column2 Column2 Column3 Column4
1,2,3,4,5 1,2,3,4,5 …