Update 'PreEcriture.java'
This commit is contained in:
parent
598df9ec7e
commit
9fe4764cea
@ -2,7 +2,12 @@ import java.io.File;
|
|||||||
|
|
||||||
import javax.swing.JFileChooser;
|
import javax.swing.JFileChooser;
|
||||||
import javax.swing.filechooser.FileNameExtensionFilter;
|
import javax.swing.filechooser.FileNameExtensionFilter;
|
||||||
|
/**
|
||||||
|
* 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 PreEcriture {
|
public class PreEcriture {
|
||||||
private int cetteTaille;
|
private int cetteTaille;
|
||||||
private String path;
|
private String path;
|
||||||
|
Loading…
Reference in New Issue
Block a user