Public Member Functions | |
MRSPanel (JTextArea taMessages) | |
Creates new form MRSPanel. | |
void | messageReceived (mrs.MessageEvent messageEvent) |
Package Functions | |
void | close () |
Private Member Functions | |
void | myInitComponents () |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
Private Attributes | |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JLabel | lPartition |
JTextArea | taMessages |
JTextArea | taMRS |
MRSReceiver | mrs |
Definition at line 17 of file MRSPanel.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 58 of file MRSPanel.java. References TestGUI.MRSPanel.jScrollPane1, and TestGUI.MRSPanel.lPartition. Referenced by TestGUI.MRSPanel.MRSPanel(). |