How to programmatically scroll a JScrollPane to a specific area?
- by Jonas
I have a JScrollPane that contains a big JTable. If I programmatically select a row in the JTable, how can I programmatically scroll the scrollpane so the selected row is visible?
i.e if row with index 85 is selected, how do I scroll so that row is visible?