I think the problem is caused by repaint(). But since I do the edition in another thread, I can not call repaint() in the edit function. update() is not working...
I think the problem is caused by repaint(). But since I do the edition in another thread, I can not call repaint() in the edit function. update() is not working...
OK, the problem was solved.
After changing the table, selection mode and behavior have to be set again. Then it works.
Bookmarks