Package config

Examples of config.Fonte


  private int testeIdSelecionado;
  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();
View Full Code Here

TOP

Related Classes of config.Fonte

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.