Update DEV.2.1/TP/TP8-Evenements/1.Fond/MainFond.java

This commit is contained in:
2025-03-05 20:46:55 +01:00
parent f70b071126
commit b85e874606

View File

@@ -15,58 +15,3 @@ public class MainFond {
frame.setVisible(true);
}
}
./Fond.java:4: error: cannot find symbol
public class Fond extends JPanel implements ActionListener {
^
symbol: class ActionListener
./Fond.java:27: error: cannot find symbol
public void actionPerformed(ActionEvent evenement) {
^
symbol: class ActionEvent
location: class Fond
./Fond.java:17: error: incompatible types: Fond cannot be converted to ActionListener
this.Cyan.addActionListener(this);
^
./Fond.java:18: error: incompatible types: Fond cannot be converted to ActionListener
this.Magenta.addActionListener(this);
^
./Fond.java:19: error: incompatible types: Fond cannot be converted to ActionListener
this.Jaune.addActionListener(this);
^
./Fond.java:26: error: method does not override or implement a method from a supertype
@Override
^
./Fond.java:33: error: cannot find symbol
setBackground(Color.JAUNE);
^
symbol: variable JAUNE
location: class Color
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
7 errors
[srivasta@vm-srivasta 1.Fond]$ q
[srivasta@vm-srivasta 1.Fond]$ javac MainFond.java
./Fond.java:4: error: cannot find symbol
public class Fond extends JPanel implements ActionListener {
^
symbol: class ActionListener
./Fond.java:28: error: cannot find symbol
public void actionPerformed(ActionEvent evenement) {
^
symbol: class ActionEvent
location: class Fond
./Fond.java:18: error: incompatible types: Fond cannot be converted to ActionListener
this.Cyan.addActionListener(this);
^
./Fond.java:19: error: incompatible types: Fond cannot be converted to ActionListener
this.Magenta.addActionListener(this);
^
./Fond.java:20: error: incompatible types: Fond cannot be converted to ActionListener
this.Jaune.addActionListener(this);
^
./Fond.java:27: error: method does not override or implement a method from a supertype
@Override
^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
6 errors