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