- Timestamp:
- 07/03/2016 07:27:17 AM (10 years ago)
- Location:
- trunk/src/tmcsim
- Files:
-
- 1 edited
- 1 moved
-
application.properties (modified) (1 diff)
-
paramicscommunicator/ParamicsCommunicator.java (moved) (moved from trunk/src/tmcsim/paramicscommunicator/PComm.java) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/application.properties
r51 r52 1 #Sun, 03 Jul 2016 0 6:56:35-07001 #Sun, 03 Jul 2016 08:10:42 -0700 2 2 3 Application.revision= 493 Application.revision=51 4 4 5 Application.buildnumber=2 05 Application.buildnumber=21 -
trunk/src/tmcsim/paramicscommunicator/ParamicsCommunicator.java
r47 r52 56 56 * @version $Date: 2009/04/17 16:27:46 $ $Revision: 1.7 57 57 */ 58 public class P Commextends Observable implements Observer58 public class ParamicsCommunicator extends Observable implements Observer 59 59 { 60 60 … … 136 136 * file. 137 137 */ 138 public P Comm(String propertiesFile)138 public ParamicsCommunicator(String propertiesFile) 139 139 { 140 140 writers = new TreeMap<String, ParamicsFileWriter>(); … … 558 558 if (System.getProperty("PARAMICS_COMM_PROPERTIES") != null) 559 559 { 560 P Comm pc = new PComm(System.getProperty("PARAMICS_COMM_PROPERTIES"));560 ParamicsCommunicator pc = new ParamicsCommunicator(System.getProperty("PARAMICS_COMM_PROPERTIES")); 561 561 UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); 562 562 theGUI = new ParamicsCommunicatorGUI();
Note: See TracChangeset
for help on using the changeset viewer.
