Hiii all
Thanks 4 help.
I tried both approach, still its not working.
cellEditor=jTable.getCellEditor(i,8)
myComboBox=cellEditor.getComponent()
myComboBox.setSelectedIndex(-1)
myComboBox.setSelectedIndex(2)
print myComboBox.getSelectedItem()
this is printing the item which is at index 2 of jcombobox.
but it is not getting reflected in UI. Do anybody knw hw to reflect
the jcombobox UI when its selecteditem is changed?
For
myComboBox = jTable.getValueAt(rowIndex,colindex)
its returning NoneType' object
and for
select('Tablename', 'value u need to set in combobox',
'Comboboxheadername
inside ur table,rowvalue u need to change')
its not working too.
anyways thanks for help