static void moveDown(Window f, int y) { if (f == null) ret; f.setLocation(f.getX(), f.getY()+y); }