Converts the coordinates of a point from screen coordinates to client coordinates.
public Point pointToClient( Point p )
p
The Point object containing screen coordinates that you want to convert to client coordinates.
Returns a Point object containing the client coordinates that correspond to the screen coordinates contained in p.