Exemplo n.º 1
0
 /** Constructeur de Init */
 public Init() {
   ThreadRobot tRobot = new ThreadRobot();
   ThreadCom tCom = new ThreadCom(tRobot);
   this.initTest(tRobot);
   tRobot.start();
   tCom.start();
 }