Been looking around but couldn't find anything that explain how to do something like this:
Object rowData[] = { "Row1-Column1", "Row1-Column2", "Row1-Column3" };
Object columnNames[] = { "Column One", "Column Two", "Column Three" };
I already made a table with the editor, name: "jTable1".
jTable1.addColumn(columnNames);gives an error.