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?