246247248249250251252253254255256
} if (isEditing()) { CellEditor editor = getCellEditor(); if (editor != null) { editor.cancelCellEditing(); } } if (model.getRowCount() == 0) { model.ensureOneTag();