Ignore:
Timestamp:
07/14/2019 03:37:52 PM (7 years ago)
Author:
jdalbey
Message:

Changed restart dialog in CADClientView to a non-modal one to fix #159. Shortened exception log messages in other client modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/cadclientgui/screens/UnitStatus.java

    r201 r445  
    10751075                unitStatusTable.getRowSorter().setSortKeys(keys); 
    10761076                unitStatusTable.getSelectionModel().setSelectionInterval(index, index); 
    1077             } catch (RemoteException e) 
    1078             { 
    1079                 e.printStackTrace(); 
     1077            } catch (RemoteException ex) 
     1078            { 
     1079                System.out.println("RemoteException in refreshTable method of UnitStatus.java"); 
     1080                System.out.println(ex.getMessage()); 
    10801081            } 
    10811082            revalidate(); 
Note: See TracChangeset for help on using the changeset viewer.