Changeset 52 in tmcsimulator for trunk/src/tmcsim/paramicscommunicator/ParamicsCommunicator.java
- Timestamp:
- 07/03/2016 07:27:17 AM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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.
