// make part of a JTable visible in the scroll region. // Must run on Swing thread. final Rectangle r = jTable.getCellRect( rowIndex, colIndex, true ); if ( r != null ) { jTable.scrollRectToVisible( r ); }
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.58] | |||
| You are visitor number 16,995. | |||
| You can get a fresh copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) | ||
| http://mindprod.com/jgloss/jscrollpane.html | J:\mindprod\jgloss\jscrollpane.html | ||