static void shootWindowGUI(JFrame frame) { showImage("Screenshot (" + frame.getTitle() + ")", shootWindow(frame)); } static void shootWindowGUI(final JFrame frame, int delay) { awtLater(frame, delay, r { shootWindowGUI(frame) }); }