// make sure row is visible in the scroll window Rectangle r = jTable.getCellRect( row, 0 /* col */ , true /* include space between cells */ ); jTable.scrollRectToVisible( r );