According to the API spec, Point.toString() returns "a string representation of this point."
A specific description of what a string representation should look like is necessary to help enforce compatibility. eg, "java.awt.Point[x=" + the x value + ",y=" + the y value + "]"