Closedown

This commit is contained in:
X11MA
2016-02-04 16:52:26 +01:00
parent 6f67e7b490
commit 4285841dd2
2 changed files with 6 additions and 6 deletions

View File

@@ -111,8 +111,8 @@ public class EnergyScan extends Panel {
args.put("ID2", jRadioButton2.isSelected() ? 1 : 2);
args.put("MCP_1", jCheckBox2.isSelected() ? 1 : 2);
args.put("MCP_2", jCheckBox3.isSelected() ? 1 : 2);
args.put("Cam_start", (Double) jSpinner1.getValue());
args.put("Cam_end", (Double) jSpinner2.getValue());
args.put("Cam_start", jSpinner1.getValue());
args.put("Cam_end", jSpinner2.getValue());
buttonAbort.setEnabled(true);