Esempio n. 1
0
 public AtletaCadastro(java.awt.Frame parent, boolean modal) {
   super(parent, modal);
   initComponents();
   this.setLocationRelativeTo(null);
   ac = new AtletaController();
   matriculaTxt.setText(ac.gerarMatricula());
 }