public Point (int x, int y)

Constructs and initializes a point at the specified (x,y) location in the coordinate space.

Parameters:
x    the X coordinate of the newly constructed Point
y    the Y coordinate of the newly constructed Point

Since:  1.0