Closedown

This commit is contained in:
x03daop
2016-04-01 10:06:11 +02:00
parent 8d6a70dbb2
commit 987f806b41
6 changed files with 47 additions and 21 deletions
+1
View File
@@ -162,6 +162,7 @@ public class PhotonEnergy extends Panel {
args.put("VECTOR", getVector());
args.put("LATENCY", (Double) spinnerLatency.getValue());
args.put("MODE", radioSwept.isSelected() ? "swept" :"fixed");
args.put("TYPE", radioCis.isSelected() ? "CIS" :"CFS");
args.put("STEP", (Double) spinnerStep.getValue());
runAsync("PhotonEnergy", args);
running = true;