I recently downloaded Eclipse (before I had been using NetBeans), and there
is a problem with my code to create a Java Applet in Eclipe that had never
happend before.
Here is the line in the file "Dice.java":
public class Dice extends JApplet implements ActionEvent {
The word Dice is underlined with the error:
"The class ActionEvent cannot be a superinterface of Dice; a superinterface
must be an interface"
The only difference between Eclipse and NetBeans is that in order to create
a .java file, I must start a project. Since this is for my computer science
class, I just created one project called "Computer Science". What is my
problem? Thanks