-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
1.1.5, 6
-
Fix Understood
-
generic, x86
-
generic, windows_nt
Name: rk38400 Date: 04/11/98
Need an analog to Jlist.ensureIndexIsVisible in JTable
When the user presses "Next" button we can use
currentRow++;
myTable.setSelectedRows(currentRow, currentRow);
but the JScrollPane never scrolls (and currentRow may not be visible)
(Review ID: 26356)
======================================================================
Need an analog to Jlist.ensureIndexIsVisible in JTable
When the user presses "Next" button we can use
currentRow++;
myTable.setSelectedRows(currentRow, currentRow);
but the JScrollPane never scrolls (and currentRow may not be visible)
(Review ID: 26356)
======================================================================
- duplicates
-
JDK-4128133 JTable.scrollToRect() gives unexpected results
-
- Closed
-