Closedown

This commit is contained in:
boccioli_m
2015-06-10 10:34:38 +02:00
parent 49166c9660
commit a2e896b2ae

View File

@@ -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());
}
}
}