This commit is contained in:
gac-x11ma
2025-10-24 14:58:53 +02:00
parent c406748817
commit fb9b13eead
27 changed files with 323 additions and 58 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ import ch.psi.pshell.utils.Arr;
import ch.psi.pshell.utils.State;
import ch.psi.pshell.utils.Str;
import ch.psi.pshell.swing.SwingUtils;
import ch.psi.pshell.utils.State.StateException;
import java.awt.Component;
import java.awt.Font;
import java.io.IOException;
@@ -198,7 +199,7 @@ public class Beamline extends Panel {
args.put("CFF", spinnerCff.getValue());
}
void applyBeamline() throws Sequencer.StateException {
void applyBeamline() throws StateException {
HashMap args = new HashMap();
setBeamlineArgs(args);