Aggiorna GUI
This commit is contained in:
@@ -222,6 +222,8 @@ txtCognome.setBorder(borderOriginale);
|
||||
error = true;
|
||||
} else {
|
||||
contoCorrente.versa(Double.parseDouble(versamento));
|
||||
lblSaldoIniziale.setText("Saldo");
|
||||
txtSaldoIniziale.setText(Double.toString(contoCorrente.getSaldo()));
|
||||
}
|
||||
} while (error);
|
||||
}//GEN-LAST:event_btnVersamentoActionPerformed
|
||||
|
||||
Reference in New Issue
Block a user