Originariamente inviato da lolide
codice:
tabella.setCellSelectionEnabled(true);
tabella.changeSelection(riga, colonna, false, false);
tabella.requestFocus();
In JTable:

public boolean editCellAt(int row, int column)

Programmatically starts editing the cell at row and column, [...]