()
| 1189 | } |
| 1190 | |
| 1191 | protected void popFuture() { |
| 1192 | Location here = location; |
| 1193 | pushHistory(); |
| 1194 | while (futureCount > 0 && location.equals(here)) |
| 1195 | restoreMark(future[--futureCount]); |
| 1196 | } |
| 1197 | |
| 1198 | protected void pan(int panx, int pany) { |
| 1199 | Adjustable hadj = pageScroll.getHAdjustable(); |
no test coverage detected