static BufferedImage shootBottomRightCorner2(int w, int h) { ret shootScreen2(new Rectangle(screenSize().width-w, screenSize().height-h, w, h)); }