All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VControl

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----semper.BApp.bargainer.display.VControl

public class VControl
extends JPanel
implements ActionListener, Runnable

Variable Index

 o ABOUT
 o aboutButton
 o EXIT
 o exitButton
 o status

Constructor Index

 o VControl(Bargainer)
Constructs a new VControl object.

Method Index

 o actionPerformed(ActionEvent)
 o buildGUI()
 o run()
 o waitForEvent()

Variables

 o aboutButton
 public JButton aboutButton
 o exitButton
 public JButton exitButton
 o status
 public JLabel status
 o ABOUT
 public static final String ABOUT
 o EXIT
 public static final String EXIT

Constructors

 o VControl
 public VControl(Bargainer bargainer)
Constructs a new VControl object.

Methods

 o buildGUI
 public void buildGUI()
 o run
 public void run()
 o waitForEvent
 public synchronized void waitForEvent()
 o actionPerformed
 public synchronized void actionPerformed(ActionEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index