Rimosso import inutile
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,6 @@ import java.io.IOException;
|
||||
import java.text.ParseException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.regex.Pattern;
|
||||
import logic.MyBank;
|
||||
import logic.ContoCorrente;
|
||||
import javax.swing.JOptionPane;
|
||||
@@ -402,7 +401,7 @@ public class GUIMyBank extends javax.swing.JFrame {
|
||||
}
|
||||
|
||||
try {
|
||||
this.contoCorrenteAperto = MyBank.aggiungiConto(nome, cognome, codiceFiscale, dataDiNascita, saldoIniziale);
|
||||
contoCorrenteAperto = MyBank.aggiungiConto(nome, cognome, codiceFiscale, dataDiNascita, saldoIniziale);
|
||||
txtNumeroContoCorrente.setText(Integer.toString(MyBank.getConti().getLast().getNumeroContoCorrente()));
|
||||
|
||||
lblNumeroContoCorrente.setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user