posted 16 years ago
> Any suggestions as to what may be different here?
in the source code for JTable, in processKeyBinding(..) the event is passed
to the editor component.
perhaps this addition might be enough
table.changeSelection(row, column, false, false);
table.editCellAt(row,column);//<-------------