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.


Constructor Index

 o Panel()
Creates a new panel.
 o Panel(LayoutManager)
Creates a new panel with the specified layout manager.

Constructors

 o Panel
 public Panel()
Creates a new panel. The default layout for all panels is BorderLayout.

 o 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