diff --git a/plugins/TestingPanel.form b/plugins/TestingPanel.form index df5ea2d..a1611d0 100644 --- a/plugins/TestingPanel.form +++ b/plugins/TestingPanel.form @@ -95,7 +95,7 @@ - + diff --git a/plugins/TestingPanel.java b/plugins/TestingPanel.java index f2b631e..ca73b5a 100644 --- a/plugins/TestingPanel.java +++ b/plugins/TestingPanel.java @@ -91,7 +91,7 @@ public class TestingPanel extends Panel { jButton3 = new javax.swing.JButton(); jCheckBox1 = new javax.swing.JCheckBox(); - buttonExecute.setText("Execute"); + buttonExecute.setText("Execute test11"); buttonExecute.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { buttonExecuteActionPerformed(evt); @@ -203,8 +203,6 @@ public class TestingPanel extends Panel { .addComponent(panelPlot, javax.swing.GroupLayout.DEFAULT_SIZE, 193, Short.MAX_VALUE) .addGap(5, 5, 5)) ); - - jCheckBox1.getAccessibleContext().setAccessibleName("check2"); }// //GEN-END:initComponents private void buttonExecuteActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonExecuteActionPerformed @@ -214,12 +212,12 @@ public class TestingPanel extends Panel { //Alternatives to run script with arguments - /* + eval("start = 22.0"); eval("end = 32.0"); eval("step = 10"); run("test11"); - */ + /* HashMap args = new HashMap(); @@ -231,7 +229,7 @@ public class TestingPanel extends Panel { //eval("run('test11', locals = {'start':10.0, 'end':50.0, 'step':40})"); - evalAsync("run('test11', locals = {'start':10.0, 'end':50.0, 'step':40})"); + // evalAsync("run('test11', locals = {'start':10.0, 'end':50.0, 'step':40})"); } catch (Exception ex) {