No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: I found this link, see if it helps: http://apache-poi.1045710.n5.nabble.com/Last-row-td2306302.html | |
Re: Sorry my English is not very good, but I use Netbeans to retrieve information from the cell use this code: DefaultTableModel dtm1 = (DefaultTableModel) jTable1.getModel(); dtm1.getValueAt(i, 2).toString(); | |
Re: Sorry my English is not very good, but I use NetBeans to build the table use this code: private void atualizaPesquisa() { DefaultTableModel modeloProdutosCusto = new javax.swing.table.DefaultTableModel( new Object[][]{}, new String[]{"ID", "Descrição", "Cód. Planilha", "Cód.", "Descrição Complementar"}) { Class[] types = new Class[]{ java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class}; boolean[] canEdit … |
The End.