Changeset 459 in tmcsimulator for trunk/src/tmcsim/client/cadclientgui/screens
- Timestamp:
- 07/21/2019 05:38:16 PM (7 years ago)
- Location:
- trunk/src/tmcsim/client/cadclientgui/screens
- Files:
-
- 2 edited
-
IncidentEditor.java (modified) (1 diff)
-
IncidentViewer.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/client/cadclientgui/screens/IncidentEditor.java
r59 r459 31 31 * This class contains the view and controller for the IncidentEditor screen. 32 32 * The view is built using a GUI builder plug-in, and the controller uses 33 * listeners to control how the view and data act. 33 * listeners to control how the view and data act. The IncidentEditor is 34 * opened from the Inform CAD main menu. 34 35 * 35 36 * @author Stuart -
trunk/src/tmcsim/client/cadclientgui/screens/IncidentViewer.java
r414 r459 69 69 addBindings(); 70 70 } 71 72 71 /** 73 72 * This method is called from within the constructor to initialize the form. … … 2119 2118 } 2120 2119 2121 // JD Invoked by timer every 5 seconds .2120 // JD Invoked by timer every 5 seconds (Timer2 in ScreenManager). 2122 2121 public void refreshCommentsNotesTable() 2123 2122 {
Note: See TracChangeset
for help on using the changeset viewer.
