Log Message: |
SwingUtil: new methods setAutoStopTableCellEditing(.) and stopTableCellEditing(.)
SelectableJTable: Automatically apply "terminateEditOnFocusLost" property by calling SwingUtil.setAutoStopTableCellEditing(this, true);
SortableJTable: call of super.initTable() to take new "terminateEditOnFocusLost" property into account
|