Package interfaz.alterna

Examples of interfaz.alterna.MapaVista


        panelPizarra.setPreferredSize(new Dimension(700, 500));
        panelPizarra.add(this.pizarraAnimacion, BorderLayout.CENTER);
    }
    private void jMenuItem4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMenuItem4ActionPerformed
        if (this.mapaVista == null) {
            mapaVista = new MapaVista(this, true, this.mapaDatos);
            mapaVista.setLocationRelativeTo(this);
        }
        mapaVista.setVisible(true);
    }//GEN-LAST:event_jMenuItem4ActionPerformed
View Full Code Here

TOP

Related Classes of interfaz.alterna.MapaVista

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.