303132333435363738394041
this.getModel().setSelectedIndex(index); } public int tableExists(Table table) { for (int i=0; i<tables.size(); i++) { Table t = tables.get(i); if (t.getFullName().equals(table.getFullName())) { return i; } } return -1; }