Class SimpleDialog

java.lang.Object
  extended bySimpleDialog

public class SimpleDialog
extends java.lang.Object

Simple example illustrating JLabel, JTextField, JComboBox, and Boxes.


Constructor Summary
SimpleDialog()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allocate the GUI components, assemble them in a JFrame, and show it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDialog

public SimpleDialog()
Method Detail

main

public static void main(java.lang.String[] args)
Allocate the GUI components, assemble them in a JFrame, and show it.