Package controleEstoque.controladores

Examples of controleEstoque.controladores.ControlFornecedor


    public FmrAdicionaFornecedor() {
        initComponents();
        this.setLocationRelativeTo(null);
        this.setDefaultCloseOperation(DISPOSE_ON_CLOSE);
        this.setResizable(false);
        controlForn = new ControlFornecedor();
    }
View Full Code Here

TOP

Related Classes of controleEstoque.controladores.ControlFornecedor

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.