FlowLayout.addLayoutComponent
Class Overview | Class Members |
This Package |
All Packages
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.