Example usage for Java java.awt.event ContainerEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
int | COMPONENT_ADDED This event indicates that a component was added to the container. |
Component | getChild() Returns the component that was affected by the event. |
Container | getContainer() Returns the originator of the event. |
Object | getSource() The object on which the Event initially occurred. |