Closedown

This commit is contained in:
boccioli_m
2015-06-01 14:56:21 +02:00
parent 6357486652
commit 4e38a4eb12

View File

@@ -24,7 +24,7 @@ import javax.swing.JPanel;
/**
*
*/
public class TestingPanel extends Panel {
public class TestingPanel2 extends Panel {
MotorPanel motorPanel;
LinePlotBase plot;
LinePlotSeries series;
@@ -54,7 +54,7 @@ public class TestingPanel extends Panel {
@Override
protected void onInitialize(int runCount){
motor = (Motor) TestingPanel.this.getDevice("motor");
motor = (Motor) TestingPanel2.this.getDevice("motor");
motorPanel.setDevice(motor);
}