Update 'FileImport.java'
This commit is contained in:
parent
3329d7f7d7
commit
7ec0ceb767
@ -1,6 +1,11 @@
|
|||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
/**
|
||||||
|
* La class Attente inclu un KeyListener, cette classe a pour objectif d'attendre une entré sur la touche espace du clavier
|
||||||
|
* pour regarder le parcours qu'emprunte l'algorithme
|
||||||
|
* @version 1.1
|
||||||
|
* @author Matthis Fauvet
|
||||||
|
*/
|
||||||
public class FileImport {
|
public class FileImport {
|
||||||
private String ce_chemin;
|
private String ce_chemin;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user