Closedown

This commit is contained in:
boccioli_m
2015-06-05 14:16:01 +02:00
parent 3294ba6ad6
commit d552f862f1

View File

@@ -46,7 +46,7 @@ public class TestingList extends Panel {
}
//listen to script end of execution and get return value
@Override
/* @Override
protected void onExecutedFile(String fileName) {
try {
switch(fileName){
@@ -63,7 +63,7 @@ public class TestingList extends Panel {
catch (Exception ex) {
SwingUtils.showException(getComponent(), ex);
}
}
}*/
public class NetbeansPluginPanel extends MonitoredPanel {