Update 'Ecriture.java'
This commit is contained in:
parent
6929db48cc
commit
3de80eb335
@ -1,5 +1,10 @@
|
||||
import java.io.*;
|
||||
|
||||
/**
|
||||
* 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 Ecriture {
|
||||
private byte[] tabHeader;
|
||||
private String[] tabOffSet;
|
||||
|
Loading…
Reference in New Issue
Block a user