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 true if the point should be considered active, meaning the user can interact with it; otherwise, returns false.
This method allows a component to support a design-time user interface. When getHitTest returns true, mouse messages at the specified point can be passed to the component.