Download the following files
Point.java
and
PointClient.java
to your machine and open them with jGrasp. (or solve this problem in Practice-It!)
The PointClient program is supposed to construct two Point objects, translate each, and then print their coordinates.
Finish the program so that it runs properly.
(You don't need to modify Point.java.)