Class TestJFrame
<default>
java.lang.Object
  java.awt.Component
      java.awt.Container
          java.awt.Window
              java.awt.Frame
                  javax.swing.JFrame
                      TestJFrame
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, javax.accessibility.Accessible, javax.swing.WindowConstants

public class TestJFrame
extends JFrame
This is an example of SWING frame.
Author:
TogetherSoft
See Also:  Node Documentation, UI Documentation

Inner classes inherited from class javax.swing.JFrame
JFrame.AccessibleJFrame
Inner classes inherited from class java.awt.Frame
Frame.AccessibleAWTFrame
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
BorderLayout
FlowLayout
GridLayout
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JCheckBox
JCheckBox
JCheckBox
JCheckBox
JCheckBox
JCheckBoxMenuItem
JCheckBoxMenuItem
JCheckBoxMenuItem
JCheckBoxMenuItem
JEditorPane
JLabel
JMenu
JMenu
JMenu
JMenu
JMenu
JMenu
JMenu
JMenuBar
JMenuItem
JMenuItem
JMenuItem
JMenuItem
JMenuItem
JMenuItem
JMenuItem
JMenuItem
JMenuItem
JPanel
JPanel
JPanel
JPanel
JPanel
JPanel
JPanel
JPanel
JPopupMenu
JRadioButtonMenuItem
JRadioButtonMenuItem
JRadioButtonMenuItem
JRadioButtonMenuItem
JTabbedPane
JTextField
JToggleButton
JToggleButton
JToggleButton
JToggleButton
JToggleButton
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
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
Method Summary
private void
initGUI()
This method is called from within the constructor to initialize the form.
static void
main(String[] args)
void
thisWindowClosing(WindowEvent e)
Field Detail
jMenuBar1
JMenuBar jMenuBar1 = new JMenuBar()
See Also:  UI Component

jMenu1
JMenu jMenu1 = new JMenu()
See Also:  UI Component

jMenu2
JMenu jMenu2 = new JMenu()
See Also:  UI Component

jMenu3
JMenu jMenu3 = new JMenu()
See Also:  UI Component

jMenuItem1
JMenuItem jMenuItem1 = new JMenuItem()
See Also:  UI Component

jMenuItem2
JMenuItem jMenuItem2 = new JMenuItem()
See Also:  UI Component

jMenuItem3
JMenuItem jMenuItem3 = new JMenuItem()
See Also:  UI Component

jMenuItem4
JMenuItem jMenuItem4 = new JMenuItem()
See Also:  UI Component

jMenuItem5
JMenuItem jMenuItem5 = new JMenuItem()
See Also:  UI Component

jMenu4
JMenu jMenu4 = new JMenu()
See Also:  UI Component

jMenu5
JMenu jMenu5 = new JMenu()
See Also:  UI Component

jMenuItem7
JMenuItem jMenuItem7 = new JMenuItem()
See Also:  UI Component

jMenu6
JMenu jMenu6 = new JMenu()
See Also:  UI Component

jMenuItem11
JMenuItem jMenuItem11 = new JMenuItem()
See Also:  UI Component

jMenuItem12
JMenuItem jMenuItem12 = new JMenuItem()
See Also:  UI Component

jPopupMenu1
JPopupMenu jPopupMenu1 = new JPopupMenu()
See Also:  UI Component

jMenuItem16
JMenuItem jMenuItem16 = new JMenuItem()
See Also:  UI Component

jMenu7
JMenu jMenu7 = new JMenu()
See Also:  UI Component

jCheckBoxMenuItem1
JCheckBoxMenuItem jCheckBoxMenuItem1 = new JCheckBoxMenuItem()
See Also:  UI Component

jCheckBoxMenuItem2
JCheckBoxMenuItem jCheckBoxMenuItem2 = new JCheckBoxMenuItem()
See Also:  UI Component

jRadioButtonMenuItem2
JRadioButtonMenuItem jRadioButtonMenuItem2 = new JRadioButtonMenuItem()
See Also:  UI Component

jRadioButtonMenuItem1
JRadioButtonMenuItem jRadioButtonMenuItem1 = new JRadioButtonMenuItem()
See Also:  UI Component

jCheckBoxMenuItem3
JCheckBoxMenuItem jCheckBoxMenuItem3 = new JCheckBoxMenuItem()
See Also:  UI Component

jCheckBoxMenuItem4
JCheckBoxMenuItem jCheckBoxMenuItem4 = new JCheckBoxMenuItem()
See Also:  UI Component

jRadioButtonMenuItem3
JRadioButtonMenuItem jRadioButtonMenuItem3 = new JRadioButtonMenuItem()
See Also:  UI Component

jRadioButtonMenuItem4
JRadioButtonMenuItem jRadioButtonMenuItem4 = new JRadioButtonMenuItem()
See Also:  UI Component

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

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

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

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

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

jEditorPane1
JEditorPane jEditorPane1 = new JEditorPane()
See Also:  UI Component

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

jTabbedPane1
JTabbedPane jTabbedPane1 = new JTabbedPane()
See Also:  UI Component

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

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

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

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

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

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

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

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

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

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

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

jCheckBox1
JCheckBox jCheckBox1 = new JCheckBox()
See Also:  UI Component

jCheckBox2
JCheckBox jCheckBox2 = new JCheckBox()
See Also:  UI Component

jCheckBox3
JCheckBox jCheckBox3 = new JCheckBox()
See Also:  UI Component

jCheckBox4
JCheckBox jCheckBox4 = new JCheckBox()
See Also:  UI Component

jCheckBox5
JCheckBox jCheckBox5 = new JCheckBox()
See Also:  UI Component

jToggleButton1
JToggleButton jToggleButton1 = new JToggleButton()
See Also:  UI Component

jToggleButton2
JToggleButton jToggleButton2 = new JToggleButton()
See Also:  UI Component

jToggleButton3
JToggleButton jToggleButton3 = new JToggleButton()
See Also:  UI Component

jToggleButton4
JToggleButton jToggleButton4 = new JToggleButton()
See Also:  UI Component

jToggleButton5
JToggleButton jToggleButton5 = new JToggleButton()
See Also:  UI Component

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

jTextField1
JTextField jTextField1 = new JTextField()
See Also:  UI Component

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

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

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

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

jButton9
JButton jButton9 = new JButton()
See Also:  UI Component
Constructor Detail
TestJFrame
public TestJFrame()
Method Detail
initGUI
private void initGUI()
This method is called from within the constructor to initialize the form.

main
public static void main(String[] args)

thisWindowClosing
public void thisWindowClosing(WindowEvent e)