Changeset 6 in tmcsimulator for trunk/src/tmcsim/simulationmanager/actions


Ignore:
Timestamp:
04/20/2016 02:29:52 PM (10 years ago)
Author:
jdalbey
Message:

Multifile commit. Add version # to Paramics Communicator. Move Load button in Sim Mgr. Add several tests. Add package jars target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/simulationmanager/actions/LoadScriptAction.java

    r2 r6  
    5454                    try{  
    5555                        theSimManagerView.getModel().loadScript(selectedFile); 
     56                        theSimManagerView.setTitle("Simulation Manager: " + selectedFile.getName()); 
    5657                    } 
    5758                    catch (ScriptException se) { 
Note: See TracChangeset for help on using the changeset viewer.