Package config

Examples of config.Icone


  private String nomeAlunoSelecionado;
 
  public Painel(){
   
    fonte           = new Fonte();
    icones           = new Icone();
    jFormattedTextFieldData = new javax.swing.JFormattedTextField();
    jTurmaNovaAno       = new javax.swing.JFormattedTextField();
    jTurmaAno         = new javax.swing.JFormattedTextField();
    jLabelExportar       = new JLabel();
    config           = Config.getInstancia();
View Full Code Here


        jLabel11 = new javax.swing.JLabel();
        jLabel12 = new javax.swing.JLabel();
        jLabel13 = new javax.swing.JLabel();
        jLabel14 = new javax.swing.JLabel();
        jLabel15 = new javax.swing.JLabel();
        Icone Icones = new Icone();

        setDefaultCloseOperation(javax.swing.WindowConstants.HIDE_ON_CLOSE);

        jLabel1.setIcon( Icones.getIcone("home")); // NOI18N

        jLabel2.setFont(new java.awt.Font("Lucida Grande", 1, 14)); // NOI18N
        jLabel2.setText("ProDown - Programa Formatador de Dados");
        jLabel2.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
View Full Code Here

    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
    GridBagConstraints constraint = new GridBagConstraints();            //O esquema será de gride sendo o primeiro a cabeça e todos os demais abaixo
View Full Code Here

TOP

Related Classes of config.Icone

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.