Package de.nordakademie.nxtsimulation.simpilot

Examples of de.nordakademie.nxtsimulation.simpilot.SimPilotController


    // Controller
    lcdController = new LcdController(lcdStub, mainGui.getLcdGui());
    btnController = new ButtonController(btnStub, mainGui
        .getControlNxtGui());
    pilotController = new SimPilotController(pilot, mainGui.getArenaGui());

    // Initialsetzung der angeschlossenen Elemente des SimPilots
    pilot.setTrackWidth(mainGui.getConfigurationGui().getTrackWidth());
    pilot
        .setWheelDiameter(mainGui.getConfigurationGui()
View Full Code Here

TOP

Related Classes of de.nordakademie.nxtsimulation.simpilot.SimPilotController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.