!7 p { final JWindow window = showAnim("#1005611", "Please click on a line to split at"); trackOneClick(voidfunc(Point p) { window.dispose(); int y = p.y; int x1 = p.x-100; int x2 = p.x+100; int y1 = y-100; int y2 = y+100; RGBImage img = rgbShootScreen(); RGBImage img1 = img.clip(pointsRect(x1, y1, x2, y)); RGBImage img2 = img.clip(pointsRect(x1, y, x2, y2)); showZoomedImage("y=" + y, mergeImagesVertically(img1, img2)); }); }