Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public TelaRegistrar() {
  2. this.funcoes = new ArrayList<>();
  3. // this.tela = new ListaFuncoesView(funcoes);
  4. // tela.setVisible(true);
  5.  
  6. initComponents();
  7.  
  8. FuncaoModeloTabela mod = new FuncaoModeloTabela(funcoes);
  9. tblReg.setModel(mod);
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement