how select all cell while selected JTable value?

Posted by Venkats on Stack Overflow See other posts from Stack Overflow or by Venkats
Published on 2010-03-12T07:12:23Z Indexed on 2010/03/12 7:17 UTC
Read the original article Hit count: 489

Filed under:
|

First i gave all values of row in JTAble. While inserting table values into database, I selected all values of row in JTable, using the following

model.getValueAt(rowIndex,colIndex);

But this method gets all the columns except the last inserted column in a row. If i pressed enter key, after getting all values it done well. How to get all columns in a row with out pressed enter key?

© Stack Overflow or respective owner

Related posts about java

Related posts about jtable