Changeset 140 in tmcsimulator-scriptbuilder for trunk/src/event/editor/TMTRadioPanel.java
- Timestamp:
- 12/22/2017 02:05:13 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/TMTRadioPanel.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/TMTRadioPanel.java
r130 r140 33 33 throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. 34 34 } 35 35 36 36 @Override 37 37 public boolean removeAssociatedEvent() 38 38 { 39 ((I_ScriptEvent) event).removeThis();39 ((I_ScriptEvent) event).removeThis(); 40 40 event = null; 41 41 return true; … … 45 45 public void uponClose() 46 46 { 47 event.message = jTextArea1.getText(); 47 if (event != null) 48 { 49 event.message = jTextArea1.getText(); 50 } 48 51 } 49 52
Note: See TracChangeset
for help on using the changeset viewer.
