Hi,
Is it always necessary to override the setValue method for a tablemodelClass
that implements AbstractTableModel.
I want to make the data in the table editable I will have to implement setValue at?
After changing data my changes are not reflecting on the table ,is the reason is that I havent implemented the setValue method.
Please help.
Thanks,

