I have an example:
Object rowData[][] = { { "Row1-Column1", "Row1-Column2", "Row1-Column3" },{ "Row2-Column1", "Row2-Column2", "Row2-Column3" } };
Object columnNames[] = { "Posição", "Nome", "Pontuação" };
JTable table = new JTable(rowData, co...
asked by
20.11.2014 / 18:05