Package interfaz.utilidades

Examples of interfaz.utilidades.PizarraSimulacion


                JOptionPane.showMessageDialog(this, "No se puede guardar el reporte", "Error", JOptionPane.WARNING_MESSAGE);
            }
        }
    }//GEN-LAST:event_jMenuItem16ActionPerformed
    public void cargarAnimacion() {
        pizarraAnimacion = new PizarraSimulacion(mapaDatos);
        panelPizarra.setLayout(new BorderLayout());
        panelPizarra.setSize(700, 500);
        panelPizarra.setPreferredSize(new Dimension(700, 500));
        panelPizarra.add(this.pizarraAnimacion, BorderLayout.CENTER);
    }
View Full Code Here

TOP

Related Classes of interfaz.utilidades.PizarraSimulacion

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.