Converts the coordinates of a rectangle from client coordinates to screen coordinates.
public Rectangle rectToScreen( Rectangle r )
r
The Rectangle object containing client coordinates that you want to convert to screen coordinates.
Returns a Rectangle object containing the screen coordinates that correspond to the client coordinates contained in r.