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

public class TestSwingControls
extends JFrame
A frame that contains various SWING components.
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
JButton
JCheckBox
JComboBox
JEditorPane
JLabel
JLabel
JLabel
JLabel
JLabel
JList
JPanel
JPanel
JPasswordField
JProgressBar
JRadioButton
JScrollPane
private JScrollPane
private JScrollPane
private JScrollPane
private JScrollPane
JSlider
JTabbedPane
JTable
JTextArea
JTextField
JTextPane
JToggleButton
JTree
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
jButton1
JButton jButton1 = new JButton()
See Also:  UI Component

jRadioButton1
JRadioButton jRadioButton1 = new JRadioButton()
See Also:  UI Component

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

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

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

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

jTextArea1
JTextArea jTextArea1 = new JTextArea()
See Also:  UI Component

jTextPane1
JTextPane jTextPane1 = new JTextPane()
See Also:  UI Component

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

jPasswordField1
JPasswordField jPasswordField1 = new JPasswordField()
See Also:  UI Component

jComboBox1
JComboBox jComboBox1 = new JComboBox()
See Also:  UI Component

jList1
JList jList1 = null
See Also:  UI Component

jSlider1
JSlider jSlider1 = new JSlider()
See Also:  UI Component

jProgressBar1
JProgressBar jProgressBar1 = new JProgressBar()
See Also:  UI Component

jTree1
JTree jTree1 = new JTree()
See Also:  UI Component

jTable1
JTable jTable1 = null
See Also:  UI Component

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

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

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

jScrollPane1
JScrollPane jScrollPane1 = new JScrollPane()
See Also:  UI Component

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

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

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

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

jScrollPane2
private JScrollPane jScrollPane2 = new JScrollPane()
See Also:  UI Component

jScrollPane3
private JScrollPane jScrollPane3 = new JScrollPane()
See Also:  UI Component

jScrollPane4
private JScrollPane jScrollPane4 = new JScrollPane()
See Also:  UI Component

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

thisWindowClosing
public void thisWindowClosing(WindowEvent e)

main
public static void main(String[] args)