Closedown

This commit is contained in:
X11MA
2016-02-02 16:38:45 +01:00
parent 6b2924b015
commit 922742c881
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ public class EnergyScan extends Panel {
args.put("PLOT_TYPE", radioK1.isSelected() ? 1 : 2);
args.put("SET_OFFSETS", jCheckBox1.isSelected() ? 1 : 2);
args.put("ID1", jRadioButton1.isSelected() ? 1 : 2);
args.put("ID2", jRadioButton1.isSelected() ? 1 : 2);
args.put("ID2", jRadioButton2.isSelected() ? 1 : 2);
buttonAbort.setEnabled(true);