Update IHM

This commit is contained in:
name 2021-02-01 15:03:56 +01:00
parent 844f06f1e0
commit 7abec14389
13 changed files with 717 additions and 170 deletions

View file

@ -1,25 +0,0 @@
package fr.myny.data;
public class ImportData {
String url;
/**
* Le constructeur de ImportData
*/
public ImportData(){
}
/**
* Le constructeur de ImportData
* @param url string contenant l URL dou recuperer les fichiers csv
*/
public ImportData(String url){
this.url=url;
}
/**
* La methode de recuperation de l URL
*/
public void getUrl(){
}
}