public static Rectangle createRectangle(int a, int b) { return new Rectangle(a, b); }