Package Vista

Examples of Vista.MaterialCrearApunte


        MaterialCrear materialCrear = new MaterialCrear(mapaArticulos);
        materialCrear.setVisible(true);
    }

    public void ventanaCrearApunte(LinkedHashMap<Integer, Articulo> mapaArticulos) {
        MaterialCrearApunte materialCrearApunte = new MaterialCrearApunte(mapaArticulos);
        materialCrearApunte.setVisible(true);
    }
View Full Code Here

TOP

Related Classes of Vista.MaterialCrearApunte

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.