All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.Display

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----semper.BApp.bargainer.display.Display

public class Display
extends JFrame

Variable Index

 o controlPanel
 o formPanel

Constructor Index

 o Display(String)
Constructs a new Display object.

Method Index

 o buildGUI()
Builds the GUI of the Display object.
 o getControlPanel()
Returns the ControlPanel of the Display.
 o getFormPanel()
Returns the FormPanel of the Display.

Variables

 o formPanel
 public FormPanel formPanel
 o controlPanel
 public ControlPanel controlPanel

Constructors

 o Display
 public Display(String title)
Constructs a new Display object.

Methods

 o buildGUI
 public void buildGUI()
Builds the GUI of the Display object.

 o getFormPanel
 public FormPanel getFormPanel()
Returns the FormPanel of the Display.

 o getControlPanel
 public ControlPanel getControlPanel()
Returns the ControlPanel of the Display.


All Packages  Class Hierarchy  This Package  Previous  Next  Index