View Single Post
  #2 (permalink)  
Old 08-06-2007, 09:58 PM
katie katie is offline
Member
 
Join Date: Jul 2007
Posts: 41
katie is on a distinguished road
For achieving custom scrolling behavior in general, you should call scrollRectToVisible() method. For JTable, the value for the method argument could be gotten via getScrollableUnitIncrement() method.
Reply With Quote