Container.getComponent

Container.getComponent

Class Overview | Class Members | This Package | All Packages

Syntax
public Component getComponent( int n )
Parameters
n
the index of the component to get.
Returns
the nth component in this container.
Description
Gets the nth component in this container.

Exceptions
ArrayIndexOutOfBoundsException if the nth value does not exist.