public boolean contains (int x, int y)

Checks whether or not this Rectangle contains the point at the specified location (x,y).

Parameters:
x    the specified X coordinate
y    the specified Y coordinate

Returns:  true if the point (x,y) is inside this Rectangle; false otherwise.

Since:  1.1