- Timestamp:
- 07/23/2019 05:35:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/simulationmanager/SimulationManagerView.java
r459 r460 363 363 * </tr> 364 364 * <tr> 365 * <td>SCRIPT_ STOPPED_STARTED<br></td>365 * <td>SCRIPT_PAUSED_STARTED<br></td> 366 366 * <td>Set the simulation status text to a red "Paused". Then 367 367 * enable the 'Start' and 'Reset' buttons, and disable the 'Pause' … … 386 386 * @param status Script status value. 387 387 */ 388 public void setScriptStatus(SCRIPT_STATUS status) {389 388 public void setScriptStatus(SCRIPT_STATUS status) 389 { 390 390 switch(status) { 391 391 case NO_SCRIPT: … … 404 404 405 405 startButton.setEnabled(true); 406 startButton.setText("Start"); 406 407 pauseButton.setEnabled(false); 407 408 resetButton.setEnabled(true); … … 418 419 419 420 startButton.setEnabled(true); 421 startButton.setText("Resume"); 420 422 pauseButton.setEnabled(false); 421 423 resetButton.setEnabled(true);
Note: See TracChangeset
for help on using the changeset viewer.
