Container.validate

Container.validate

Class Overview | Class Members | This Package | All Packages

Syntax
public void validate()
Description
Validates this container and all of its subcomponents.

AWT uses validate to cause a container to lay out its subcomponents again after the components it contains have been added to or modified.

Overrides
validate in class Component
See Also
validate, invalidate


Send feedback to MSDN.Look here for MSDN Online resources.