This commit is contained in:
sfop
2017-08-23 14:04:39 +02:00
parent 1207513d79
commit 64de6de219
19 changed files with 5300 additions and 60 deletions

View File

@@ -3,6 +3,7 @@
*/
import ch.psi.pshell.core.Context;
import ch.psi.pshell.plot.LinePlot;
import ch.psi.pshell.plot.LinePlotJFree;
import ch.psi.pshell.ui.Panel;
import ch.psi.utils.State;
@@ -19,7 +20,7 @@ public class GunSolenoidAlignment extends Panel {
public GunSolenoidAlignment() {
initComponents();
centroidPlot.setStyle(LinePlotJFree.Style.ErrorXY);
centroidPlot.setStyle(LinePlot.Style.ErrorXY);
setPersistedComponents(new Component[]{spinnerI1, spinnerI2, spinnerStep, spinnerSettlingTime,
checkSaveImages, spinnerNumImages, spinnerNumBackgrounds, checkBackground, radioBackSimple, radioBackMultiple});
centroidPlot.clear();