Ignore:
Timestamp:
07/21/2019 05:38:16 PM (7 years ago)
Author:
jdalbey
Message:

addIncidentTab in SimulationManagerView? modified to be on EDT to fix #154.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/cadclientgui/screens/IncidentViewer.java

    r414 r459  
    6969        addBindings(); 
    7070    } 
    71  
    7271    /** 
    7372     * This method is called from within the constructor to initialize the form. 
     
    21192118    } 
    21202119 
    2121     // JD  Invoked by timer every 5 seconds. 
     2120    // JD  Invoked by timer every 5 seconds (Timer2 in ScreenManager). 
    21222121    public void refreshCommentsNotesTable() 
    21232122    { 
Note: See TracChangeset for help on using the changeset viewer.