hi, my JTable contains JComboBox in more than one Column like in first & second column, when i select the first column comboBox then the value of second column comboBox of perticular that row should be changed.
[235 byte] By [jaimatadi@12a] at [2007-11-27 6:17:46]
Use a TableModelListener. It notifies you when the data in a cell is changed. So when value in the first column is changed you update the value in the second column.