Package neoAtlantis.entornos.jpc.gui

Examples of neoAtlantis.entornos.jpc.gui.Principal


    public JProjectCreator() {
        debug.escribeDebug(this.getClass(), "Inicia Programa V. " + JProjectCreator.VERSION + ".");

        //carga la ventana principal
        this.ven = new Principal(this);

        //cargo configuracion
//        this.config = ConfiguracionJPC.cargaConfiguracion(ConfiguracionJPC.ARC_CONFIG);
//        debug.escribeDebug(this.getClass(), "Cargo configuracion:\n" + this.config);
//        validaGeneradores();
View Full Code Here

TOP

Related Classes of neoAtlantis.entornos.jpc.gui.Principal

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.