Package br.com.eletronlivre.jdevbot

Examples of br.com.eletronlivre.jdevbot.DevBotSerial


      System.exit(0);
    }//GEN-LAST:event_exitMenuItemActionPerformed

  private void botaoConectarActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_botaoConectarActionPerformed
    // TODO add your handling code here:
    DevBotSerial robot = new DevBotSerial(textoPorta.getText());
    robots.add(robot);
    DevBotWindow dev1 = new DevBotWindow(robot, robots);
    dev1.setVisible(true);
  }//GEN-LAST:event_botaoConectarActionPerformed
View Full Code Here

TOP

Related Classes of br.com.eletronlivre.jdevbot.DevBotSerial

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.