Package system

Examples of system.Painel


  public Principal(){
    configuracao = config.Config.getInstancia();
    configuracao.setNovaMensagemNoLog("Sistema Inicializado");
    cody = system.Cody.getInstancia();
    container = this.getContentPane();                       // Container para os paineis ficarem fixados
    paineis = new Painel();
    icones = new Icone();
    this.setIconImage(icones.getIcone("home").getImage());
    super.setIconImage(icones.getIcone("home").getImage());            //Adicionando "favicon"
    super.setTitle("Cody - Sistema Desktop");                  //Adiciona o título do programa
    setJMenuBar( paineis.getPainelMenuBarra() );                //Seta os botões do menu no menu desta divi                              //Adiciona o MENU
View Full Code Here

TOP

Related Classes of system.Painel

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.