-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P5
-
None
-
Affects Version/s: 1.1.5, 6
-
Component/s: client-libs
-
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
-