agoyal
11 years agoNew Contributor
Can't get the cell value of JAVA Swing object Table.
Hi,
I am working on a windows application having, biut on JAVA swing objects, it has a Table I can get the object of table also using functions like
I am working on a windows application having, biut on JAVA swing objects, it has a Table I can get the object of table also using functions like
getColumnCount(), getRowCount(), I can get teh no of columns and rows in table, but not getting how to read through the values of tables. table has embedded, edit field, JCTable, Checkbox and Drop downs in it.
Hi Anuj,
You should be able to use some native properties or methods to get the target data. Try exploring TestComplete's Object Browser to find the needed one. To make sure that you see all properties/methods of the object, switch to the Advanced View mode and make TestComplete show hidden properties (Tools | Options | Engines | General | Display members | Show hidden members). Also, I suggest that you read the "Addressing Objects in Java Applications" article.