diff --git a/config/plugins.properties b/config/plugins.properties index 0aff395..e8b0cf8 100644 --- a/config/plugins.properties +++ b/config/plugins.properties @@ -1,3 +1,3 @@ -#Tue Jun 02 14:42:34 CEST 2015 +#Mon Jun 08 08:55:03 CEST 2015 .\\home\\plugins\\TestingList.java=enabled -.\\home\\plugins\\TestingPanel.java=enabled +.\\home\\plugins\\TestingPanel.java=disabled diff --git a/plugins/TestingList.java b/plugins/TestingList.java index b39ab31..fc00927 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -55,9 +55,8 @@ public class TestingList extends Panel { case "power-supply": Object ret = eval("ret"); if (ret != null) { - SwingUtils.showMessage(getComponent(), "", ret.toString() + " - " + ret.getClass().getName()); - - testingList.showResult(ret.toString()); + //SwingUtils.showMessage(getComponent(), "", ret.toString() + " - " + ret.getClass().getName()); + testingList.showResult(ret.toString()); } break; } @@ -81,6 +80,7 @@ public class TestingList extends Panel { public void showResult(String res){ txtOutput.setText(res); + jTable1.setValueAt(res, 1, 3); } // //GEN-BEGIN:initComponents