
Public Member Functions | |
| MainFrame () | |
| Creates new form MainFrame. | |
Static Public Member Functions | |
| void | main (String args[]) |
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 | customInitComponents () |
Private Attributes | |
| MyJPanel | jPanel |
Definition at line 7 of file MainFrame.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 20 of file MainFrame.java. References TestGUI.MainFrame.exitForm(). Referenced by TestGUI.MainFrame.MainFrame(). |
Here is the call graph for this function:

|
|
Definition at line 42 of file MainFrame.java. References TestGUI.MainFrame.MainFrame(). |
Here is the call graph for this function:

1.3.5