Changeset 230 in tmcsimulator for trunk/src/tmcsim/cadsimulator/viewer/CADServerViewer.java
- Timestamp:
- 11/07/2017 07:36:24 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/viewer/CADServerViewer.java
r210 r230 52 52 * Panel to display configuration files. 53 53 */ 54 private ConfigStatus PanelconfigPanel;54 private ConfigStatusTab configPanel; 55 55 /* 56 56 * Panel to display Traffic Model Event Queue … … 137 137 private void initComponents() 138 138 { 139 140 141 139 simulationPanel = new SimulationStatusPanel(); 142 140 mediaPanel = new MediaStatusPanel(); 143 configPanel = new ConfigStatus Panel();141 configPanel = new ConfigStatusTab(); 144 142 trafficPanel = new TrafficModelViewPanel(); 145 143
Note: See TracChangeset
for help on using the changeset viewer.
