Component.addNotify

Component.addNotify

Class Overview | Class Members | This Package | All Packages

Syntax
public void addNotify()
Description
Notifies this component that it has been added to a container and if a peer is required, it should be created. This method should be called by Container.add, and not by user code directly.

See Also
removeNotify