Closedown

This commit is contained in:
X11MA
2015-12-07 05:13:45 +01:00
parent b625a5b780
commit 412bb61f4d
3 changed files with 5 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ 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("COMBO",comboRunType.getSelectedIndex());
buttonAbort.setEnabled(true);