Closedown

This commit is contained in:
boccioli_m
2015-06-03 15:09:12 +02:00
parent 3b240eff11
commit a4baadf2e6

View File

@@ -61,9 +61,8 @@ public class TestingPanel extends Panel {
protected void onExecutedFile(String fileName) {
try {
SwingUtils.showMessage(getComponent(), "", fileName.toString() );
switch(fileName){
case "test":
case "power-supply":
Object ret = eval("ret");
if (ret != null) {
SwingUtils.showMessage(getComponent(), "", ret.toString() + " - " + ret.getClass().getName());