Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
LucasV-IUT
2021-12-07 22:43:17 +01:00
2 changed files with 5 additions and 5 deletions
@@ -1,5 +1,5 @@
/* /*
* Keymapping.java, 18/11/2021 * KeyBinding.java, 18/11/2021
* IUT Rodez 2021-2021, INFO2 * IUT Rodez 2021-2021, INFO2
* pas de copyright, aucun droits * pas de copyright, aucun droits
*/ */
@@ -18,10 +18,10 @@ import java.util.ArrayList;
* @author Noé VILLENEUVE * @author Noé VILLENEUVE
* @version 1.0 * @version 1.0
*/ */
public class Keymapping { public class KeyBinding {
/* Déclaration des éléments visuels */ /* Déclaration des éléments visuels */
JFrame menuOptions = new JFrame(); JFrame KeyBinding = new JFrame();
JLabel label = new JLabel(); JLabel label = new JLabel();
/* Déclaration des listes */ /* Déclaration des listes */
@@ -31,7 +31,7 @@ public class Keymapping {
/** /**
* TODO commenter la méthode * TODO commenter la méthode
*/ */
public void menuOptions() { public void KeyBinding() {
// TODO // TODO
} }
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Keymapping.java, 20/11/2021 * Menu.java, 20/11/2021
* IUT Rodez 2021-2021, INFO2 * IUT Rodez 2021-2021, INFO2
* pas de copyright, aucun droits * pas de copyright, aucun droits
*/ */