Class POSFrame_AboutBox
user_interface
java.lang.Object
  java.awt.Component
      java.awt.Container
          java.awt.Window
              java.awt.Dialog
                  javax.swing.JDialog
                      user_interface.POSFrame_AboutBox
All Implemented Interfaces:
ActionListener, java.awt.image.ImageObserver, javax.accessibility.Accessible, javax.swing.WindowConstants

public class POSFrame_AboutBox
extends JDialog
implements ActionListener
This is a sample that was based on the JMCU CashSale component built into Together Components. This presents a simple GUI and shows how we can tie it into the PD classes.
Author:
TogetherSoft
Stereotype:
ui-component
See Also:  Node Documentation, UI Documentation

Inner classes inherited from class javax.swing.JDialog
JDialog.AccessibleJDialog
Inner classes inherited from class java.awt.Dialog
Dialog.AccessibleAWTDialog
Inner classes inherited from class java.awt.Window
Window.AccessibleAWTWindow
Inner classes inherited from class java.awt.Container
Container.AccessibleAWTContainer
Inner classes inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
Field Summary
BorderLayout
BorderLayout
JButton
String
String
FlowLayout
FlowLayout
GridLayout
JLabel
ImageIcon
JPanel
JPanel
JPanel
JLabel
JLabel
JLabel
JLabel
JPanel
JPanel
String
String
Fields inherited from class javax.swing.JDialog
accessibleContext, rootPane, rootPaneCheckingEnabled
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
Constructor Summary
POSFrame_AboutBox(Frame parent)
Method Summary
void
actionPerformed(ActionEvent e)
void
private void
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
Field Detail
panel1
JPanel panel1 = new JPanel()
See Also:  UI Component

panel2
JPanel panel2 = new JPanel()
See Also:  UI Component

insetsPanel1
JPanel insetsPanel1 = new JPanel()
See Also:  UI Component

insetsPanel2
JPanel insetsPanel2 = new JPanel()
See Also:  UI Component

insetsPanel3
JPanel insetsPanel3 = new JPanel()
See Also:  UI Component

button1
JButton button1 = new JButton()
See Also:  UI Component

imageControl1
JLabel imageControl1 = new JLabel()
See Also:  UI Component

imageIcon
ImageIcon imageIcon

label1
JLabel label1 = new JLabel()
See Also:  UI Component

label2
JLabel label2 = new JLabel()
See Also:  UI Component

label3
JLabel label3 = new JLabel()
See Also:  UI Component

label4
JLabel label4 = new JLabel()
See Also:  UI Component

borderLayout1
BorderLayout borderLayout1 = new BorderLayout()
See Also:  UI Component

borderLayout2
BorderLayout borderLayout2 = new BorderLayout()
See Also:  UI Component

flowLayout1
FlowLayout flowLayout1 = new FlowLayout()
See Also:  UI Component

flowLayout2
FlowLayout flowLayout2 = new FlowLayout()
See Also:  UI Component

gridLayout1
GridLayout gridLayout1 = new GridLayout()
See Also:  UI Component

product
String product = "Together Sample: CashSales"
See Also:  UI Component

version
String version = "Version 2"
See Also:  UI Component

copyright
String copyright = "Copyright (c) 2001"
See Also:  UI Component

comments
String comments = "This sample is based on the JMCU Components"
See Also:  UI Component
Constructor Detail
POSFrame_AboutBox
public POSFrame_AboutBox(Frame parent)
Method Detail
initialize
private void initialize()
                 throws Exception

cancel
void cancel()

actionPerformed
public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener