Closedown
This commit is contained in:
@@ -349,17 +349,17 @@ public class TestingList extends Panel {
|
||||
try {
|
||||
state = eval("state");
|
||||
} catch (ApplicationStateException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString());
|
||||
} catch (ScriptException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString());
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString());
|
||||
} catch (Controller.ControllerStateException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString());
|
||||
} catch (InterruptedException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString());
|
||||
} catch (TaskRunningException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString());
|
||||
}
|
||||
if(state.toString().equals("Ready")){
|
||||
setButtonToStart();
|
||||
|
||||
Reference in New Issue
Block a user