This commit is contained in:
X11MA
2016-08-11 16:33:08 +02:00
parent 3885d9df26
commit 616c7d7af1
2 changed files with 14 additions and 13 deletions

View File

@@ -103,6 +103,7 @@ public class DelayScan extends Panel {
args.put("Cam_start", jSpinner1.getValue());
args.put("Cam_end", jSpinner2.getValue());
args.put("Save_array_data", jCheckBox4.isSelected() ? 1 : 2);
args.put("PATH", jTextField2.getText());
buttonAbort.setEnabled(true);
@@ -217,7 +218,7 @@ public class DelayScan extends Panel {
jLabel11.setText("Run Type:");
comboRunType.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "+/-", "+", "-", "LH/LV", "LH", "LV" }));
comboRunType.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "+/-", "+,-", "+", "-", "LH/LV", "LH,LV", "LH", "LV" }));
spinnerRounds.setModel(new javax.swing.SpinnerNumberModel(1, 1, 10, 1));
@@ -274,13 +275,12 @@ public class DelayScan extends Panel {
.addComponent(spinnerRounds, javax.swing.GroupLayout.Alignment.TRAILING)
.addComponent(spinnerAcqTime, javax.swing.GroupLayout.Alignment.TRAILING)
.addComponent(spinnerFineDelay, javax.swing.GroupLayout.Alignment.TRAILING))
.addComponent(spinnerDelay, javax.swing.GroupLayout.PREFERRED_SIZE, 85, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addComponent(spinnerDelay, javax.swing.GroupLayout.PREFERRED_SIZE, 85, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addGroup(panelParametersLayout.createSequentialGroup()
.addComponent(jLabel16)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 161, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))))
.addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 161, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
);
panelParametersLayout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {jLabel2, jLabel4});