Public Member Functions | |
BookKeeperPrompt () | |
Creates new form JFrame. | |
void | showPrompt (File file, String run, String scan, String testName) |
Package Attributes | |
File | file = null |
File | trashFile = null |
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.JButton | closeButton |
javax.swing.JButton | enterButton |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JTextArea | jTextArea1 |
javax.swing.JCheckBox | trashFlag |
Definition at line 14 of file BookKeeperPrompt.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 30 of file BookKeeperPrompt.java. References DisplayGUI.displayParams.backgroundColor, DisplayGUI.BookKeeperPrompt.closeButton, DisplayGUI.displayParams.darkBlueColor, DisplayGUI.displayParams.displayScaleFont, DisplayGUI.displayParams.displayTextFont, DisplayGUI.BookKeeperPrompt.enterButton, DisplayGUI.BookKeeperPrompt.exitForm(), DisplayGUI.BookKeeperPrompt.jLabel1, DisplayGUI.BookKeeperPrompt.jLabel2, DisplayGUI.BookKeeperPrompt.jTextArea1, and DisplayGUI.BookKeeperPrompt.trashFlag. Referenced by DisplayGUI.BookKeeperPrompt.BookKeeperPrompt(). Here is the call graph for this function: ![]() |