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
-
controlPanel
-
-
formPanel
-
-
Display(String)
- Constructs a new Display object.
-
buildGUI()
- Builds the GUI of the Display object.
-
getControlPanel()
- Returns the ControlPanel of the Display.
-
getFormPanel()
- Returns the FormPanel of the Display.
formPanel
public FormPanel formPanel
controlPanel
public ControlPanel controlPanel
Display
public Display(String title)
- Constructs a new Display object.
buildGUI
public void buildGUI()
- Builds the GUI of the Display object.
getFormPanel
public FormPanel getFormPanel()
- Returns the FormPanel of the Display.
getControlPanel
public ControlPanel getControlPanel()
- Returns the ControlPanel of the Display.
All Packages Class Hierarchy This Package Previous Next Index