Fin de tout

This commit is contained in:
Simoes Lukas
2025-03-17 10:11:05 +01:00
parent cf33623a5d
commit 6f2ea4a30a
30 changed files with 355 additions and 23 deletions

Binary file not shown.

View File

@@ -38,13 +38,13 @@ public class Fond {
bouton2.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent evenement) {
panneau.setBackground(Color.MAGENTA);
panneau.setBackground(Color.RED);
}
});
bouton3.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent evenement) {
panneau.setBackground(Color.YELLOW);
panneau.setBackground(Color.MAGENTA);
}
});