Examples of Aplikasi


Examples of lib.Aplikasi

* @author asasmoyo
*/
public class Main {

    public static void main(String[] args) {
        Aplikasi aplikasi = new Aplikasi("Robot robotan");

        //put ur code here
        RobotKu robot1 = new RobotKu(0, 0, Arah.KANAN);
        aplikasi.tambahRobot(robot1);

        //end of ur code
        aplikasi.mulai();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.