Package vista

Examples of vista.ModificarCliente


        int id = Integer.parseInt((String) abmCliente.tabla.getValueAt(fila, 0));
          Cliente cliente = halconController.GetClienteById(id);
                  
          if (columna==mod){
           
            ModificarCliente m = new ModificarCliente(this.abmCliente, cliente);
            abmCliente.removeAll();
            abmCliente.add(m);
           
          }
          else
View Full Code Here

TOP

Related Classes of vista.ModificarCliente

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.