I have using following code over jdk 6.0 but after first round it doesnt work ....
if(table.getRowCount() -1 == table.getSelectedRow())
table.editCellValues(0,columnno);
else
table.editCellValues(table.getSelectedRow(),columnno);
These lines are in mouse clicked method... Problem is when it reaches to end, and when fw button is pressed it jumps to another column.... Any Suggestions;.....