I got a table with a custom TableCellEditor (extending DefaultCellEditor) with a JFormattedTextField as the editor component.
Now I got problem: when I press a separ
You may try
jtable.putClientProperty("terminateEditOnFocusLost", Boolean.TRUE);