Update 'PanneauModification.java'
This commit is contained in:
parent
f3343f12a9
commit
28a5834019
@ -1,5 +1,11 @@
|
||||
import java.awt.*;
|
||||
import javax.swing.*;
|
||||
/**
|
||||
* 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 PanneauModification extends Fenetre {
|
||||
public JRadioButton radio1;
|
||||
public JRadioButton radio2;
|
||||
|
Loading…
Reference in New Issue
Block a user