Add the following constructor to your Rectangle class:
public Rectangle (Point p, int width, int height)
Construct a new Rectangle whose top-left corner is specified by the given Point and with the given width and height.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.