Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .
- .
- .
- DefaultTableModel model = (DefaultTableModel) jTable1.getModel();
- for(Cliente c: Listas_Projeto.ListaCliente)
- {
- model.addRow(new Object[] {Cliente.Chave, c.Nome, c.Nascimeto, c.RG, c.CPF, c.Rua, c.Numero, c.Bairro, c.CEP});
- }
Advertisement
Add Comment
Please, Sign In to add comment