Package custom

Examples of custom.RobotKu


    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

Related Classes of custom.RobotKu

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.