Closedown

This commit is contained in:
2015-11-06 17:45:34 +01:00
parent 92c3f3d31e
commit 74fa1d101c
3 changed files with 7 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ public class Microscope extends Panel {
//Overridable callbacks
@Override
public void onInitialize(int runCount) {
initComponents();
}
@Override
@@ -61,7 +61,6 @@ public class Microscope extends Panel {
motorPanel1.setBorder(javax.swing.BorderFactory.createTitledBorder("cy"));
motorPanel1.setDeviceName("cy");
motorPanel1.setShowAdvanced(false);
motorPanel1.setShowStatus(false);
motorPanel1.setShowTitle(true);
@@ -79,7 +78,6 @@ public class Microscope extends Panel {
motorPanel2.setBorder(javax.swing.BorderFactory.createTitledBorder("cz"));
motorPanel2.setDeviceName("cz");
motorPanel2.setShowAdvanced(false);
motorPanel2.setShowStatus(false);
motorPanel2.setShowTitle(true);
@@ -93,7 +91,7 @@ public class Microscope extends Panel {
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
.addComponent(renderer, javax.swing.GroupLayout.DEFAULT_SIZE, 137, Short.MAX_VALUE)
.addComponent(renderer, javax.swing.GroupLayout.DEFAULT_SIZE, 94, Short.MAX_VALUE)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGap(123, 123, 123)
@@ -124,7 +122,7 @@ public class Microscope extends Panel {
.addComponent(processVariablePanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(processVariablePanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 159, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 97, Short.MAX_VALUE)
.addComponent(buttonDefineBeam)
.addGap(26, 26, 26))
);