Package vista

Examples of vista.GanadorVista


  private GanadorVista panel;
  private JuegoVista vista;

  public GanadorControlador(JuegoVista vista) {
    this.vista = vista;
    this.panel = new GanadorVista();

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

TOP

Related Classes of vista.GanadorVista

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.