static void shootWindowGUI(JFrame frame) { showImage("Window Shot", shootWindow(frame)); } static void shootWindowGUI(final JFrame frame, int delay) { awtLater(frame, delay, r { shootWindowGUI(frame) }); }