Searched refs:crosshair (Results 1 – 1 of 1) sorted by relevance
66 private ScreenViewer.Crosshair crosshair; field in ScreenViewer130 crosshair = new Crosshair(new ScreenshotViewer()); in buildViewerAndControls()131 crosshair.addMouseWheelListener(new WheelZoomListener()); in buildViewerAndControls()132 JScrollPane scroller = new JScrollPane(crosshair); in buildViewerAndControls()163 loupe.moveToPoint(crosshair.crosshair.x, crosshair.crosshair.y); in buildViewerAndControls()345 crosshair.moveToPoint(x, y); in moveToPoint()481 Point crosshair = new Point(); field in ScreenViewer.Crosshair506 crosshair.x = x; in moveToPoint()507 crosshair.y = y; in moveToPoint()508 status.showPixel(crosshair.x, crosshair.y); in moveToPoint()[all …]