Startup
This commit is contained in:
@@ -155,6 +155,7 @@ public class HoloScan extends Panel {
|
||||
checkCur2 = new javax.swing.JCheckBox();
|
||||
checkCur3 = new javax.swing.JCheckBox();
|
||||
buttonScientaSetup = new javax.swing.JButton();
|
||||
checkAngleDistribution = new javax.swing.JCheckBox();
|
||||
jPanel3 = new javax.swing.JPanel();
|
||||
buttonStart = new javax.swing.JButton();
|
||||
buttonAbort = new javax.swing.JButton();
|
||||
@@ -428,6 +429,12 @@ public class HoloScan extends Panel {
|
||||
}
|
||||
});
|
||||
|
||||
checkAngleDistribution.setSelected(true);
|
||||
checkAngleDistribution.setText("Scienta Angle Distribution");
|
||||
checkAngleDistribution.setToolTipText("");
|
||||
checkAngleDistribution.setContentAreaFilled(false);
|
||||
checkAngleDistribution.setName("AngleDistribution"); // NOI18N
|
||||
|
||||
javax.swing.GroupLayout panelSensorsLayout = new javax.swing.GroupLayout(panelSensors);
|
||||
panelSensors.setLayout(panelSensorsLayout);
|
||||
panelSensorsLayout.setHorizontalGroup(
|
||||
@@ -449,7 +456,8 @@ public class HoloScan extends Panel {
|
||||
.addComponent(checkCurrent)
|
||||
.addComponent(checkCur1)
|
||||
.addComponent(checkCur2)
|
||||
.addComponent(checkCur3))
|
||||
.addComponent(checkCur3)
|
||||
.addComponent(checkAngleDistribution))
|
||||
.addGap(0, 14, Short.MAX_VALUE)))
|
||||
.addContainerGap())
|
||||
);
|
||||
@@ -461,6 +469,8 @@ public class HoloScan extends Panel {
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||
.addComponent(checkImageIntegration)
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||
.addComponent(checkAngleDistribution)
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||
.addComponent(checkSpectrum)
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||
.addComponent(checkTotalCount)
|
||||
@@ -590,6 +600,7 @@ public class HoloScan extends Panel {
|
||||
private javax.swing.ButtonGroup buttonGroup2;
|
||||
private javax.swing.JButton buttonScientaSetup;
|
||||
private javax.swing.JButton buttonStart;
|
||||
private javax.swing.JCheckBox checkAngleDistribution;
|
||||
private javax.swing.JCheckBox checkCounts1;
|
||||
private javax.swing.JCheckBox checkCounts2;
|
||||
private javax.swing.JCheckBox checkCounts3;
|
||||
|
||||
Reference in New Issue
Block a user