Код: Выделить всё
table.setText(0, 0, "Name");
table.setText(0, 1,"Birthdate");
table.setText(0, 2, "Address");
Подробнее здесь: https://stackoverflow.com/questions/266 ... he-backend
Код: Выделить всё
table.setText(0, 0, "Name");
table.setText(0, 1,"Birthdate");
table.setText(0, 2, "Address");