Closedown
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user