Para mandar o foco para uma linha use o método:
table.setRowSelectionInterval(table.getRowCount()-1, table.getRowCount()-1);
Neste exemplo a última linha da tabela é focada