Package vista

Examples of vista.InfoPoliciaVista


    this.modeloPartida = modeloPartida;

    String nombre = this.modeloPartida.verNombrePolicia();
    String rango = this.modeloPartida.verRangoPolicia().getNombre();
    int cantArrestos = this.modeloPartida.verCantDeArrestos();
    this.panel = new InfoPoliciaVista(nombre, rango, cantArrestos);

    this.panel.addVolverAPanelPartida(new ActionListener() {
      public void actionPerformed(ActionEvent e) {
        volverAPanelPartida();
      }
View Full Code Here

TOP

Related Classes of vista.InfoPoliciaVista

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.