Hi, Yes this bug is general and well known, and if I remember right, it only happens to nodes table.
I tried to make netbeans Outline reload the tree data without setting a new table model but I found no way to do it correctly.
Edges table uses JXTable and this was fixed by not reloading the table model and using fireTableStructureChanged() when columns change.
I will try again to find a solution for nodes table.
Eduardo
Hi,
Yes this bug is general and well known, and if I remember right, it only happens to nodes table.
I tried to make netbeans Outline reload the tree data without setting a new table model but I found no way to do it correctly.
Edges table uses JXTable and this was fixed by not reloading the table model and using fireTableStruct ureChanged( ) when columns change.
I will try again to find a solution for nodes table.
Eduardo