Public Member Functions | |
ArchiveQueryBox (gui parent) | |
Private Member Functions | |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | exitForm (java.awt.event.WindowEvent evt) |
Exit the Application. | |
Private Attributes | |
javax.swing.JLabel | ScanLabel |
javax.swing.JButton | closeButton |
javax.swing.JComboBox | jComboBox1 |
javax.swing.JTextField | runField |
javax.swing.JTextField | scanField |
javax.swing.JButton | retrieveButton |
javax.swing.JLabel | runLabel |
javax.swing.JLabel | testLabel |
javax.swing.JLabel | titleLabel |
gui | guiControl |
Definition at line 14 of file ArchiveQueryBox.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 40 of file ArchiveQueryBox.java. References DisplayGUI.displayParams.backgroundColor, DisplayGUI.ArchiveQueryBox.closeButton, DisplayGUI.displayParams.displayScaleFont, DisplayGUI.ArchiveQueryBox.jComboBox1, DisplayGUI.ArchiveQueryBox.retrieveButton, DisplayGUI.ArchiveQueryBox.runField, DisplayGUI.ArchiveQueryBox.runLabel, DisplayGUI.ArchiveQueryBox.scanField, DisplayGUI.ArchiveQueryBox.ScanLabel, DisplayGUI.TestDataInfo.testIsDefined, DisplayGUI.ArchiveQueryBox.testLabel, DisplayGUI.TestDataInfo.testNames, and DisplayGUI.ArchiveQueryBox.titleLabel. Referenced by DisplayGUI.ArchiveQueryBox.ArchiveQueryBox(). |