Aggiorna GUI

This commit is contained in:
La Programmatrice Verde
2026-02-17 18:18:47 +01:00
parent c3a3c11c66
commit c74ed3c933
4 changed files with 7 additions and 2 deletions

View File

@@ -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