Package vista

Examples of vista.MostrarServicio


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

TOP

Related Classes of vista.MostrarServicio

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.