Container.getComponentAt
Class Overview | Class Members | 
  This Package | 
All Packages
 public Component getComponentAt( Point p )
Parameters
-  p 
-  the point.
    
Returns
     returns the component that contains the point,
                 or null if the component does 
                 not contain the point.
    Description
 Gets the component that contains the specified point.
  
Overrides
     getComponentAt in class Component
    
See Also
     contains