Generated by
JDiff

Class java.awt.Container

Documentation changed from old to new.

Added Methods
EventListener[] getListeners(Class) Return an array of all the listeners that were added to the Container with addXXXListener() where XXX is the name of the listenerType argument.
 

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.