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