FlowLayout.addLayoutComponent

FlowLayout.addLayoutComponent

Class Overview | Class Members | This Package | All Packages

Syntax
public void addLayoutComponent( String name, Component comp )
Parameters
name
the name of the component
comp
the component to be added
Description
Adds the specified component to the layout. Not used by this class.