Fix 103 (GUI) #108

Merged
louis_royer merged 18 commits from fix103 into master 2020-04-12 19:13:37 +02:00
Showing only changes of commit 53b7d46fe2 - Show all commits

View File

@ -39,9 +39,9 @@ public class DownloadFileGUI extends JPanel{
this.logger = logger;
}
public void download(){
public void download() {
try {
clientManagement.download(fileToDownload);
//clientManagement.download(fileToDownload);
ErrorFrame erreur = new ErrorFrame("File " + fileToDownload + " sucessfully downloaded");
} catch (NumberFormatException e) {