Ivan
unread,Jul 11, 2009, 2:01:43 PM7/11/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gujsmo
private void calcularcoluna() {
double total = 0;
String valor = "";
int linhas = tabela.getRowCount();
for(int i = 0; i < linhas; i++){
valor = String.valueOf(tabela.getValueAt(i, 0));
total = total + Double.parseDouble(valor);
System.out.println("Linha: " + i + " Valor: " + valor);
}
jLabel3.setText("Total: " + total);// AKI TAH O ERRO EU
ACHO,,,,,,,,,,,,,
// NAO CONSIGO DESCOBRIR O Q TAH ERRADO....................
Obrigado