Package simulacion

Examples of simulacion.SimulacionAutomatica


    }//GEN-LAST:event_jMenuItem20ActionPerformed
    public void buscarAutomaticamente() {
        //Primero obtenemos las localidades de inicio y destino
        try {
            LugarEntrega lugarEntrega = (LugarEntrega) jComboBoxBarrios.getSelectedItem();
            this.simulacionAutomatica = new SimulacionAutomatica(this.rutaOptimaText,this.jTabbedPaneModoEjecucion, this, lugarEntrega, textoRecorrido, modeloTablaPaquetesPorEntregar, modeloTablaPaquetesEntregados, mapaDatos, pizarraAnimacion, busqueda, modeloCombo2);
            this.simulacionAutomatica.setTiempoPausa(Integer.parseInt(this.contadorSpiner.getValue().toString()));
            this.simulacionAutomatica.start();
        } catch (Exception e) {
            JOptionPane.showMessageDialog(this, "Revise por favor la lista de paquetes", "ERROR", JOptionPane.ERROR_MESSAGE);
        }
View Full Code Here

TOP

Related Classes of simulacion.SimulacionAutomatica

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.