Not firing setValueAt() in the TableModel
Hi All,
I have a JTabbedPane which contains 6 Tabs and each Tab contains a JTable. A table may have JTextFieldcelleditor , JCheckBoxcelleditor...
I entered a value in the JTextFieldcelleditor of first Tab.
and immediately ...I am changing from first Tab to second Tab, then entered value is not set withthe TableModel i,.e setValueAt() of My TableModel is not firing...
Regards,
Ananth

