This commit is contained in:
gobbo_a
2026-02-09 15:06:52 +01:00
parent 4f6a49c538
commit f841fbc0ea
163 changed files with 576 additions and 49654 deletions

View File

@@ -2,10 +2,9 @@
* Copyright (c) 2014 Paul Scherrer Institute. All rights reserved.
*/
import ch.psi.pshell.core.Context;
import ch.psi.pshell.plot.LinePlot;
import ch.psi.pshell.ui.Panel;
import ch.psi.utils.State;
import ch.psi.pshell.framework.Panel;
import ch.psi.pshell.utils.State;
import java.awt.Component;
import java.util.HashMap;
import javax.swing.JPanel;
@@ -36,7 +35,7 @@ public class LaserGunAlignment extends Panel {
}
return ret;
});
} catch (Context.ContextStateException ex) {
} catch (StateException ex) {
showException((Exception) ex);
}
}