Closedown
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user