Ignore:
Timestamp:
11/07/2017 07:36:24 AM (8 years ago)
Author:
jdalbey
Message:

ConfigStatusTab?.java Improved display and fixed defect so it now uses the correct config directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/viewer/CADServerViewer.java

    r210 r230  
    5252     * Panel to display configuration files. 
    5353     */ 
    54     private ConfigStatusPanel configPanel; 
     54    private ConfigStatusTab configPanel; 
    5555    /* 
    5656     * Panel to display Traffic Model Event Queue 
     
    137137    private void initComponents() 
    138138    { 
    139  
    140  
    141139        simulationPanel = new SimulationStatusPanel(); 
    142140        mediaPanel = new MediaStatusPanel(); 
    143         configPanel = new ConfigStatusPanel(); 
     141        configPanel = new ConfigStatusTab(); 
    144142        trafficPanel = new TrafficModelViewPanel(); 
    145143 
Note: See TracChangeset for help on using the changeset viewer.