(int ox, int oy)
| 1339 | } |
| 1340 | |
| 1341 | protected void setupScroll(int ox, int oy) { |
| 1342 | xMouseStart = ox; |
| 1343 | yMouseStart = oy; |
| 1344 | xSrcStart = srcRect.x; |
| 1345 | ySrcStart = srcRect.y; |
| 1346 | } |
| 1347 | |
| 1348 | protected void handlePopupMenu(MouseEvent e) { |
| 1349 | if (disablePopupMenu) return; |