FoxStudent
Technical User
Can anyone explain to me what the following error message means and how to solve it.
Temperature.java:5: Temperature should be declared abstract; it does not define actionPerformed(java.awt.event.ActionEvent) in Temperature
public class Temperature extends Applet implements ActionListener
thank u
Grainne
Temperature.java:5: Temperature should be declared abstract; it does not define actionPerformed(java.awt.event.ActionEvent) in Temperature
public class Temperature extends Applet implements ActionListener
thank u
Grainne