stopCellEditing metodu
Şöyle yaparız.
Şöyle yaparız.
TableCellEditor editor = table.getCellEditor();
if (editor != null) {
editor.stopCellEditing();
}
Hiç yorum yok:
Yorum Gönder