Package vista.controlesGenericos

Examples of vista.controlesGenericos.LabelImagen


    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);   
    this.add(imagenReloj);
   
View Full Code Here

TOP

Related Classes of vista.controlesGenericos.LabelImagen

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.