Closedown

This commit is contained in:
boccioli_m
2015-06-01 15:05:53 +02:00
parent dc299c9659
commit a865977113
2 changed files with 5 additions and 7 deletions
+4 -6
View File
@@ -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");
}// </editor-fold>//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) {