Forum Discussion
shankar_r
9 years agoCommunity Hero
You can try like this way.
aqConvert.VartoStr(objTable.getValueAt(0,1))
Or
aqConvert.VartoStr(objTable.wItem(0,1))
It always returns the exact value from the Swing Table. In our project we used this method to get different kind of data type values from a Swing Table cell.