JTable editor cancels changes on column resize
When editing a cell in JTable the new cell value is getting lost if the user changes the column width before leaving the editing cell.
It抯 not right. The changes should be posted before quitting from the edit mode on column resize.
JTable.removeEditor() should always post unsaved changes except on Cancel editing (when Esc pressed)

