static void moveFrameDown(Component c, int y) { moveDown(getFrame(c), y); } static void moveFrameDown(int y, Component c) { moveFrameDown(c, y); }