Closedown
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user