Startup
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Copyright (c) 2014-2017 Paul Scherrer Institute. All rights reserved.
|
||||
*/
|
||||
|
||||
import ch.psi.pshell.plot.LinePlotJFree;
|
||||
import ch.psi.pshell.plot.LinePlot;
|
||||
import ch.psi.pshell.ui.Panel;
|
||||
import ch.psi.utils.State;
|
||||
import ch.psi.utils.swing.SwingUtils;
|
||||
@@ -17,7 +17,7 @@ public class GunEnergyScan extends Panel {
|
||||
public GunEnergyScan() {
|
||||
initComponents();
|
||||
setPersistedComponents(SwingUtils.getComponentsByType(panelScanPars, JSpinner.class));
|
||||
plot.setStyle(LinePlotJFree.Style.ErrorY);
|
||||
plot.setStyle(LinePlot.Style.ErrorY);
|
||||
}
|
||||
|
||||
//Overridable callbacks
|
||||
|
||||
Reference in New Issue
Block a user