In JTable:Originariamente inviato da lolide
codice:tabella.setCellSelectionEnabled(true); tabella.changeSelection(riga, colonna, false, false); tabella.requestFocus();
public boolean editCellAt(int row, int column)
Programmatically starts editing the cell at row and column, [...]