Closedown

This commit is contained in:
boccioli_m
2015-06-03 15:07:34 +02:00
parent 289402f96d
commit 3b240eff11

View File

@@ -61,6 +61,7 @@ public class TestingPanel extends Panel {
protected void onExecutedFile(String fileName) {
try {
SwingUtils.showMessage(getComponent(), "", fileName.toString() );
switch(fileName){
case "test":
Object ret = eval("ret");