Update 'importer.java'
This commit is contained in:
parent
66b054ed6f
commit
4f294db002
@ -1,7 +1,12 @@
|
||||
import java.awt.event.*;
|
||||
import javax.swing.JFrame;
|
||||
import javax.swing.JOptionPane;
|
||||
|
||||
/**
|
||||
* 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 Importer implements ActionListener {
|
||||
String cette_option;
|
||||
String cet_event;
|
||||
|
Loading…
Reference in New Issue
Block a user