Closedown

This commit is contained in:
X11MA
2016-02-02 16:28:44 +01:00
parent c7b41b238e
commit 6b2924b015
3 changed files with 5 additions and 2 deletions

View File

@@ -107,7 +107,8 @@ public class EnergyScan extends Panel {
args.put("ROUNDS", (Integer) spinnerRounds.getValue());
args.put("PLOT_TYPE", radioK1.isSelected() ? 1 : 2);
args.put("SET_OFFSETS", jCheckBox1.isSelected() ? 1 : 2);
args.put("ID_TYPE", buttonGroup1.getSelection().toString());
args.put("ID1", jRadioButton1.isSelected() ? 1 : 2);
args.put("ID2", jRadioButton1.isSelected() ? 1 : 2);
buttonAbort.setEnabled(true);