All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.gui.Panel
java.lang.Object
|
+----com.bulletproof.gui.Component
|
+----com.bulletproof.gui.Container
|
+----com.bulletproof.gui.Panel
- public class Panel
- extends Container
A Panel Container class. This produces a generic container.
-
Panel()
- Creates a new panel.
-
Panel(LayoutManager)
- Creates a new panel with the specified layout manager.
Panel
public Panel()
- Creates a new panel. The default layout for all panels is
BorderLayout.
Panel
public Panel(LayoutManager lm)
- Creates a new panel with the specified layout manager.
- Parameters:
- layout - the layout manager for this panel
All Packages Class Hierarchy This Package Previous Next Index