Package vista

Examples of vista.PartidaVista


    String nombreLocal1 = modeloPartida.verLocalNro(1).getNombre();
    String nombreLocal2 = modeloPartida.verLocalNro(2).getNombre();
    String nombreLocal3 = modeloPartida.verLocalNro(3).getNombre();
    String nombreCiudad = modeloPartida.ciudadActual().getNombre();

    this.panel = new PartidaVista(horasRestantes, horaActual, nombreLocal1, nombreLocal2, nombreLocal3,
        nombreCiudad);

    vista.mostrarPanel(panel);
  }
View Full Code Here

TOP

Related Classes of vista.PartidaVista

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.