Package Vista

Examples of Vista.MaterialLeerLibro


                MaterialLeerRevista materialRevista = new MaterialLeerRevista((Revista) a);
                materialRevista.setVisible(true);
            } catch (Exception e) {
            }
            try {
                MaterialLeerLibro materialLibro = new MaterialLeerLibro((Libro) a);
                materialLibro.setVisible(true);
            } catch (Exception exc) {
            }
        } else {
            JOptionPane.showMessageDialog(null, "Seleccione un articulo.");
        }
View Full Code Here

TOP

Related Classes of Vista.MaterialLeerLibro

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.