Package vista

Examples of vista.MostrarPersonal


                if (option==JOptionPane.YES_OPTION)
                   halconController.DeletePersonalByClass(personal);
               }
            else
         
              MostrarPersonal m = new MostrarPersonal(this.a, personal);
              a.removeAll();
              a.add(m);
             
          }
          a.repaint();
View Full Code Here

TOP

Related Classes of vista.MostrarPersonal

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.