Changeset 73 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/IncidentEditorFrame.java
- Timestamp:
- 08/24/2017 01:51:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/IncidentEditorFrame.java
r61 r73 293 293 eventButtons.add(facilitatorEvalButton); 294 294 eventButtons.add(radioEvalButton); 295 296 incidentNumber.setText(""+this.theIncident.number); 297 incidentName.setText(""+this.theIncident.name); 298 incidentDescription.setText(""+this.theIncident.description); 295 299 } 296 300 … … 330 334 { 331 335 TimeSlice slice = ((SliceChangedEvent) arg).slice; 332 336 333 337 DefaultListModel model = new DefaultListModel(); 334 338 for (I_ScriptEvent e : slice.events)
Note: See TracChangeset
for help on using the changeset viewer.
