// Use program "scrot" to make full-screen screenshots (on Linux); prevents the bug https://bugs.openjdk.java.net/browse/JDK-7168628 static BufferedImage shootScreenArea() { ret shootScreen2(); } static BufferedImage shootScreenArea(Rectangle area) { ret shootScreen2(area); } static BufferedImage shootScreenArea(Rect area) { ret shootScreen2(area); } static BufferedImage shootScreenArea(int x, int y, int w, int h) { ret shootScreen2(x, y, w, h); }