ScreenViewer.java | 66 private ScreenViewer.Crosshair crosshair; field in class:ScreenViewer 130 crosshair = new Crosshair(new ScreenshotViewer()); 131 crosshair.addMouseWheelListener(new WheelZoomListener()); 132 JScrollPane scroller = new JScrollPane(crosshair); 163 loupe.moveToPoint(crosshair.crosshair.x, crosshair.crosshair.y) 481 Point crosshair = new Point(); field in class:ScreenViewer.Crosshair [all...] |