- Timestamp:
- 04/11/2019 08:24:22 AM (7 years ago)
- Location:
- trunk/src/tmcsim
- Files:
-
- 3 edited
-
application.properties (modified) (1 diff)
-
client/CADClient.java (modified) (1 diff)
-
client/cadclientgui/screens/AssignedIncidents.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/application.properties
r360 r361 1 #Thu, 04 Apr 2019 15:32:24-07001 #Thu, 11 Apr 2019 09:48:15 -0700 2 2 3 Application.revision=3 563 Application.revision=360 4 4 5 5 Application.buildnumber=121 -
trunk/src/tmcsim/client/CADClient.java
r310 r361 260 260 // Create the CAD Client thread to run the CADClientModel Object. 261 261 Thread clientThread = new Thread(theClientScreenModel); 262 263 // Log that everything started okay 262 264 clientThread.start(); 265 cadClientLogger.logp(Level.INFO, "CAD Client", 266 "Constructor", 267 "Initialization complete."); 263 268 264 269 ensureProperShutdown(); 270 271 265 272 } 266 273 -
trunk/src/tmcsim/client/cadclientgui/screens/AssignedIncidents.java
r290 r361 139 139 // Fetch the unit's current status from server 140 140 UnitStatusEnums ustatus = ScreenManager.theCoordinator.getCadDataUnitStatus(unitname); 141 // Ad-hoc incidents don't have a status so use WHITE 142 comp.setForeground(Color.WHITE); 141 143 // Decide which color to use for displaying the status 142 144 switch (ustatus)
Note: See TracChangeset
for help on using the changeset viewer.
