Examples of MaterialLeerLibro


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
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.