Package vista

Examples of vista.ModificarPersonal


       
        int id = Integer.parseInt((String) a.table.getValueAt(fila, 0));
        Personal personal = halconController.getPersonalById(id);
         
        if (columna==mod){
            ModificarPersonal m = new ModificarPersonal(this.a, personal);
            a.removeAll();
            a.add(m);
           
           
           }
View Full Code Here

TOP

Related Classes of vista.ModificarPersonal

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.