PedroHMM

PopulaTabelas

Jun 6th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1. .
  2. .
  3. .
  4. DefaultTableModel model = (DefaultTableModel) jTable1.getModel();  
  5.             for(Cliente c: Listas_Projeto.ListaCliente)
  6.             {
  7.                 model.addRow(new Object[] {Cliente.Chave, c.Nome, c.Nascimeto, c.RG, c.CPF, c.Rua, c.Numero, c.Bairro, c.CEP});
  8.                    
  9.             }
Advertisement
Add Comment
Please, Sign In to add comment