Public Member Functions | |
| UserInputDialog (java.awt.Frame parent, boolean modal, String label) | |
| Creates new form UserInputDialog. | |
| String | getText () |
Private Member Functions | |
| void | initComponents () |
| This method is called from within the constructor to initialize the form. | |
| void | bOKActionPerformed (java.awt.event.ActionEvent evt) |
| void | closeDialog (java.awt.event.WindowEvent evt) |
| Closes the dialog. | |
Private Attributes | |
| javax.swing.JScrollPane | jScrollPane1 |
| javax.swing.JTextArea | taInput |
| javax.swing.JLabel | lInstruction |
| javax.swing.JButton | bOK |
Definition at line 13 of file UserInputDialog.java.
|
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. Definition at line 32 of file UserInputDialog.java. References TestGUI.UserInputDialog.closeDialog(). Referenced by TestGUI.UserInputDialog.UserInputDialog(). |
Here is the call graph for this function:

1.3.5