Determines whether the specified point is active.
public boolean getHitTest( Point point )
point
A Point object that represents a point relative to the upper-left corner of the component.
Returns false by default.
Override this method to allow the component to support a design-time user interface. When getHitTest returns true, mouse messages at the specified point can be passed to the component.