Panel.Panel
Class Overview | Class Members | 
  This Package | 
All Packages
 public Panel()
Description
 Creates a new panel using the default layout manager. 
 The default layout manager for all panels is the 
 FlowLayout class.
 public Panel( LayoutManager layout )
Parameters
-  layout 
-  the layout manager for this panel.
  
Description
 Creates a new panel with the specified layout manager.