| Changed Methods | 
  
  
  void setCursor(Cursor)  
   | 
  
Documentation changed from old to new.  Method was locally defined, but is now inherited from Component. Changed from synchronized to non-synchronized.
   | 
  Sets the cursor image to the specified cursor. | 
  
  
  Component findComponentAt(int, int)  
   | 
  
Documentation changed from old to new.    | 
  Locates the visible child component that contains the specified position. | 
  
  
  Component findComponentAt(Point)  
   | 
  
Documentation changed from old to new.    | 
  Locates the visible child component that contains the specified point. | 
  
  
  Component getComponentAt(int, int)  
   | 
  
Documentation changed from old to new.    | 
  Locates the component that contains the x y position. |