Changeset 1142 for DCWoRMS/branches/coolemall/src/simulator
- Timestamp:
- 07/18/13 09:27:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/DataCenterWorkloadSimulator.java
r1133 r1142 116 116 @Override 117 117 public String getDescription() { 118 return "DC WoRMSexperiment file";118 return "DCworms experiment file"; 119 119 } 120 120 }; 121 121 ch.setFileFilter(filter); 122 ch.setDialogTitle("Choose the WoRMSsimulation experiment file");122 ch.setDialogTitle("Choose the DCworms simulation experiment file"); 123 123 int result = ch.showOpenDialog(ch); 124 124 if (result == JFileChooser.APPROVE_OPTION) {
Note: See TracChangeset
for help on using the changeset viewer.