I have an
ArrayList>
Object, I need to display the content of this array in a JTable.
The Map - Ke
For datas embed your list in a TableModel. A DefaultTableModel is best.
For columns, embed your list in a TableColumnModel. Best is a DefaultTableModel.
Then use the jtable constructor to use that.