Panel.Panel

Panel.Panel

Class Overview | Class Members | This Package | All Packages

Syntax 1
public Panel()
Description
Creates a new panel using the default layout manager. The default layout manager for all panels is the FlowLayout class.



Syntax 2
public Panel( LayoutManager layout )
Parameters
layout
the layout manager for this panel.
Description
Creates a new panel with the specified layout manager.