One way could be to use [url=http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JTable.html#getCellRect(int,%20int,%20boolean)]getCellRect[/url] to get a Rectangle for the given row, and then use [url=http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JComponent.html#scrollRectToVisible(java.awt.Rectangle)]scrollRectToVisible[/url] to scroll to that row.