Name: acR10002 Date: 12/03/2000
The specification for java.awt.Rectangle.intersection(Rectangle) method says nothing
about the returned result if there is no intersection for two rectangles at all.
In fact, the implementation returns new Rectangle(0,0,0,0). This should be reflected
in the spec.
======================================================================