Public Member Functions | |
PlotOptionsFrame () | |
Creates new form JFrame. | |
void | showFrame (String objectName) |
Package Attributes | |
String | objectName |
java.util.regex.Pattern | objectPattern = java.util.regex.Pattern.compile(".*::(\\w+)\\.(\\d+)\\.(\\d+)\\.(\\d{14})") |
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. | |
void | showPlot () |
Private Attributes | |
javax.swing.JButton | jButton1 |
javax.swing.JButton | jButton2 |
javax.swing.JCheckBox | jCheckBox1 |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JLabel | jLabel3 |
javax.swing.JTextField | jTextField1 |
javax.swing.JTextField | jTextField2 |
Definition at line 14 of file PlotOptionsFrame.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 29 of file PlotOptionsFrame.java. References DisplayGUI.displayParams.backgroundColor, DisplayGUI.displayParams.darkBlueColor, DisplayGUI.displayParams.displayScaleFont, DisplayGUI.displayParams.displayTextFont, DisplayGUI.PlotOptionsFrame.exitForm(), DisplayGUI.PlotOptionsFrame.jButton1, DisplayGUI.PlotOptionsFrame.jButton2, DisplayGUI.PlotOptionsFrame.jCheckBox1, DisplayGUI.PlotOptionsFrame.jLabel1, DisplayGUI.PlotOptionsFrame.jLabel2, DisplayGUI.PlotOptionsFrame.jLabel3, DisplayGUI.PlotOptionsFrame.jTextField1, DisplayGUI.PlotOptionsFrame.jTextField2, and DisplayGUI.PlotOptionsFrame.showPlot(). Referenced by DisplayGUI.PlotOptionsFrame.PlotOptionsFrame(). Here is the call graph for this function: ![]() |