static Rectangle newRectangle(int x1, int y1, int w, int h) { ret new Rectangle(x1, y1, w, h); }