Closedown
This commit is contained in:
@@ -72,12 +72,6 @@ public class TestingPanel extends Panel {
|
||||
series=new LinePlotSeries("Position");
|
||||
plot.addSeries(series);
|
||||
|
||||
plotPS = new LinePlotJFree();
|
||||
plotPS.setTitle("PS");
|
||||
panelPlotPS.add(plotPS);
|
||||
seriesPS=new LinePlotSeries("Position");
|
||||
plotPS.addSeries(seriesPS);
|
||||
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@@ -306,11 +300,7 @@ public class TestingPanel extends Panel {
|
||||
try {
|
||||
boolean var1 = jCheckBox1.isSelected();
|
||||
int var2 = 2;// (Integer)spinner.getValue();
|
||||
|
||||
getApp().startTask(taskPS);
|
||||
|
||||
taskPS.start(TaskRunMode.async);
|
||||
|
||||
|
||||
HashMap args = new HashMap();
|
||||
args.put("relative", var1);
|
||||
args.put("steps", var2);
|
||||
|
||||
Reference in New Issue
Block a user