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