All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----com.sun.java.swing.JComponent | +----com.sun.java.swing.JPanel | +----semper.BApp.bargainer.display.VForm | +----semper.BApp.bargainer.display.VInfo
public JLabel buyerLabel
public JLabel sellerLabel
public JButton buyerDetailsButton
public JButton sellerDetailsButton
public JFrame buyerDetailsFrame
public TextField buyersNameField
public TextField buyersCompanyField
public JButton buyerDetailsOkButton
public JFrame sellerDetailsFrame
public TextField sellersNameField
public TextField sellersCompanyField
public JButton sellerDetailsOkButton
public TextArea info
public static final String BUYER_DETAILS
public static final String SELLER_DETAILS
public VInfo(FlowThread flowThread)
public VInfo(FlowThread flowThread, Reject message)
public VInfo(FlowThread flowThread, SimpleReject message)
public VInfo(FlowThread flowThread, SignedMessage message)
public VInfo(FlowThread flowThread, Delivery message)
public VInfo(FlowThread flowThread, Invoice message)
public void buildGUI()
public void showBuyerDetails()
public void showSellerDetails()
public void actionPerformed(ActionEvent event)
All Packages Class Hierarchy This Package Previous Next Index