Package Vista

Examples of Vista.MaterialModificarLibro


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

TOP

Related Classes of Vista.MaterialModificarLibro

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.