Changeset 73 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/IncidentEditorFrame.java


Ignore:
Timestamp:
08/24/2017 01:51:32 PM (9 years ago)
Author:
bmcguffin
Message:

Updated details in incident editor window allowing editor to more accurately reflect details in the incident.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/gui/IncidentEditorFrame.java

    r61 r73  
    293293        eventButtons.add(facilitatorEvalButton); 
    294294        eventButtons.add(radioEvalButton); 
     295         
     296        incidentNumber.setText(""+this.theIncident.number); 
     297        incidentName.setText(""+this.theIncident.name); 
     298        incidentDescription.setText(""+this.theIncident.description); 
    295299    } 
    296300 
     
    330334        { 
    331335            TimeSlice slice = ((SliceChangedEvent) arg).slice; 
    332  
     336             
    333337            DefaultListModel model = new DefaultListModel(); 
    334338            for (I_ScriptEvent e : slice.events) 
Note: See TracChangeset for help on using the changeset viewer.