tableData.add(tableRow);
// Re-select the row, and make sure it's visible
rowIndex = tableData.indexOf(tableRow);
tableView.setSelectedIndex(rowIndex);
tableView.scrollAreaToVisible(tableView.getRowBounds(rowIndex));
}
}
public void cancel() {
if (!isEditing()) {