Ignore:
Timestamp:
10/15/2017 04:30:50 PM (9 years ago)
Author:
jdalbey
Message:

CADClientVew.java Changed to action when server drops to hard exit because Windows was just hanging the app. More renaming.

File:
1 moved

Legend:

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

    r49 r124  
    2525/** 
    2626 * This class provides a GUI to view current status information for the CAD 
    27  * Simulator. 
     27 * Server. 
    2828 * 
    2929 * @see SimulationStatusPanel 
     
    3333 */ 
    3434@SuppressWarnings("serial") 
    35 public class CADSimulatorViewer extends JFrame implements CADViewer 
     35public class CADServerViewer extends JFrame implements CADViewer 
    3636{ 
    3737 
     
    5252     * Constructor. 
    5353     */ 
    54     public CADSimulatorViewer() 
     54    public CADServerViewer() 
    5555    { 
    5656        super(); 
    57         setTitle("CAD Simulator " + getAppVersion()); 
     57        setTitle("CAD Server " + getAppVersion()); 
    5858 
    5959        initComponents(); 
Note: See TracChangeset for help on using the changeset viewer.