Examples of BotonInterrogar


Examples of vista.botonesGenericos.BotonInterrogar

  public PartidaVista(int hsRestantes, int horaActual, String nombreLocal1, String nombreLocal2, String nombreLocal3,
      String nombreCiudad) {
    super(FONDO);
    setLayout(null);

    btnInterrogarEconomia = new BotonInterrogar(nombreLocal1);
    btnInterrogarCultura = new BotonInterrogar(nombreLocal2);
    btnInterrogarTransportes = new BotonInterrogar(nombreLocal3);

    imagenCiudad = new LabelImagen(IMGPATHCIUDADES + nombreCiudad + ".png");
    ImageIcon imageIcon = new ImageIcon("images/relojarena.gif");
    imagenReloj.setIcon(imageIcon);
    imagenReloj.setBounds(40, 430, 120, 120);   
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.