Closedown
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<Component id="jButton2" min="-2" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
<EmptySpace min="0" pref="25" max="32767" attributes="0"/>
|
||||
<EmptySpace min="0" pref="35" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</Group>
|
||||
@@ -147,7 +147,7 @@
|
||||
</Component>
|
||||
<Component class="javax.swing.JButton" name="jButton3">
|
||||
<Properties>
|
||||
<Property name="text" type="java.lang.String" value="New Test"/>
|
||||
<Property name="text" type="java.lang.String" value="Test PS"/>
|
||||
</Properties>
|
||||
<Events>
|
||||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
|
||||
|
||||
@@ -127,7 +127,7 @@ public class TestingPanel extends Panel {
|
||||
}
|
||||
});
|
||||
|
||||
jButton3.setText("New Test");
|
||||
jButton3.setText("Test PS");
|
||||
jButton3.addActionListener(new java.awt.event.ActionListener() {
|
||||
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||
jButton3ActionPerformed(evt);
|
||||
@@ -172,7 +172,7 @@ public class TestingPanel extends Panel {
|
||||
.addGroup(layout.createSequentialGroup()
|
||||
.addGap(277, 277, 277)
|
||||
.addComponent(jButton2)))
|
||||
.addGap(0, 25, Short.MAX_VALUE))))
|
||||
.addGap(0, 35, Short.MAX_VALUE))))
|
||||
);
|
||||
layout.setVerticalGroup(
|
||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
@@ -295,7 +295,7 @@ public class TestingPanel extends Panel {
|
||||
HashMap args = new HashMap();
|
||||
args.put("relative", var1);
|
||||
args.put("steps", var2);
|
||||
run("args", args);
|
||||
run("power-supply", args);
|
||||
|
||||
|
||||
//evalAsync("run('args', locals = {'relative':" + (var1 ? "True" :"False") + ", 'steps':" + var2 + "})");
|
||||
|
||||
Reference in New Issue
Block a user