Changeset 124 in tmcsimulator for trunk/src/tmcsim/client
- Timestamp:
- 10/15/2017 04:30:50 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/client/CADClientView.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/client/CADClientView.java
r37 r124 48 48 * Main Text Area, and Footer. User input is handled by the Command Line Pane. 49 49 * Any commands are sent to the model which are then transmitted to the 50 * CAD S imulator. The view keeps track of current CAD Screen Number and the50 * CAD Server. The view keeps track of current CAD Screen Number and the 51 51 * current page being displayed on each screen. This allows for the screen 52 52 * refresh and cycle commands to return the screen to its previous page. … … 645 645 { 646 646 JOptionPane.showMessageDialog(this, 647 "Connection to the CAD S imulator has been lost. " +647 "Connection to the CAD Server has been lost. " + 648 648 "Restart the CAD Client.", "Connection Error", 649 649 JOptionPane.ERROR_MESSAGE); 650 return; 650 //return; 651 // Changed to hard exit because Windows was hanging here 652 System.exit(-1); 651 653 } 652 654
Note: See TracChangeset
for help on using the changeset viewer.
