Back to project page smartcar.
The source code is released under:
GNU General Public License
If you think the Android project smartcar listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * JAVA graphical joystick for the smartcar project * @author Team Pegasus (dimi)// ww w. j a va 2s.co m * */ public class JoystickMain { public static void main(String[] args) { ClientOutput userOutput = new ClientOutput(); new JoystickGUI(userOutput); } }