Examples of Pizarra


Examples of comunicacion.Pizarra

      // Creamos los elementos comunes del sistema:
   
      // Monitores:
   
      LogFile log     = new LogFile("SMAlog");
      Pizarra pizarra    = new Pizarra();
     
     
      // El agente interfaz instancia de momento al de busqueda
      AgenteInterfaz interfaz = new AgenteInterfaz(log, pizarra);
     
View Full Code Here

Examples of interfaz.utilidades.Pizarra

        cargarAnimacion();
        this.pack();
    }

    public void cargarAnimacion() {
        this.pizarra = new Pizarra(this.mapaDatos);
        jPanelPizarraPanel.setLayout(new BorderLayout());
        jPanelPizarraPanel.setSize(700, 500);
        jPanelPizarraPanel.setPreferredSize(new Dimension(700, 500));
        jPanelPizarraPanel.add(this.pizarra, BorderLayout.CENTER);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.