Hello,
I'm using a JTable with data. I use setRowSelectionInterval(min,max) to
select a certain row. How can I make sure this row is in the screen?
(in case the JTable is in a ScrollPane, and there is more data in the table
than one screen can show);
Thomas Weidenfeller - 18 Jun 2004 09:28 GMT
> I'm using a JTable with data. I use setRowSelectionInterval(min,max) to
> select a certain row. How can I make sure this row is in the screen?
See this group's FAQ.
/Thomas