Class TestJDialog
<default>
java.lang.Object
  java.awt.Component
      java.awt.Container
          java.awt.Window
              java.awt.Dialog
                  javax.swing.JDialog
                      TestJDialog
All Implemented Interfaces:
java.awt.image.ImageObserver, javax.accessibility.Accessible, javax.swing.WindowConstants

public class TestJDialog
extends JDialog
This is an example of SWING Dialog
Author:
TogetherSoft
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
JButton
JButton
JEditorPane
JEditorPane
JPanel
JScrollPane
private JScrollPane
private JScrollPane
private JScrollPane
private JScrollPane
JTextPane
JTree
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
TestJDialog(Frame frame)
Method Summary
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
jScrollPane1
JScrollPane jScrollPane1 = new JScrollPane()
See Also:  UI Component

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

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

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

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

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

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

jButton2
JButton jButton2 = new JButton()
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
TestJDialog
public TestJDialog(Frame frame)

TestJDialog
public TestJDialog()
Method Detail
initGUI
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)