Closedown
This commit is contained in:
@@ -69,7 +69,7 @@ public class TestingList extends Panel {
|
||||
}
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
SwingUtils.showException(getComponent(), ex);
|
||||
// SwingUtils.showException(getComponent(), ex);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -386,7 +386,7 @@ public class TestingList extends Panel {
|
||||
args.put("DEVICE", sDeviceName);
|
||||
run(sTestName, args);
|
||||
} catch (Exception ex) {
|
||||
// SwingUtils.showMessage(this, "", ex.toString());
|
||||
SwingUtils.showMessage(this, "", ex.toString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user