Here are some of the constructors of the Rectangle class.
public Rectangle () public Rectangle (Dimension d) public Rectangle (int width, int height) public Rectangle (int x, int y, int width, int height)
A zero value for a field is assumed if the field is missing from a constructor's argument list.