()
| 1245 | } |
| 1246 | |
| 1247 | public void scrollToTop() { |
| 1248 | sbVert.setValue(0); |
| 1249 | iY = 0; |
| 1250 | for (int i=0; i<iColCount; i++) |
| 1251 | tc.calcAutoWidth(i); |
| 1252 | adjustHScroll(); |
| 1253 | tc.repaint(); |
| 1254 | } |
| 1255 | |
| 1256 | void flush() { |
| 1257 | if (vData!=null) |
no test coverage detected