Skip to content

Instantly share code, notes, and snippets.

View beydogan's full-sized avatar
🎯
Focusing

Mehmet Beydogan beydogan

🎯
Focusing
  • Hamburg, Germany
View GitHub Profile
DefaultTableModel tm = new DefaultTableModel();
Vector<String> columns = new Vector<String>();
columns.add("ID");
columns.add("From");
columns.add("To");
columns.add("Departure Time");
columns.add("Fare");
tm.setColumnIdentifiers(columns);