Package view

Examples of view.FormPesquisa


        GerenciadorOperacional.usuario = new Usuario();
        GerenciadorOperacional.usuario = usuario;
    }

    public static void getPesquisa(String tipo) {
        new FormPesquisa(janela.getJFrame(), true, tipo);
    }
View Full Code Here

TOP

Related Classes of view.FormPesquisa

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.