3 errors are killing me...

From: Ali (theflystyle_at_yahoo.com)
Date: 11/28/03


Date: 27 Nov 2003 16:44:03 -0800

i might just be missin the obvious here, but i have 3 errors and i
cant seem to fixem...

Project.java:140: Identifier expected.
public void actionPerformed(ActionEvent actionevent)
      ^
Project.java:140: 'class' or 'interface' keyword expected.
public void actionPerformed(ActionEvent actionevent)
       ^
Project.java:21: class Project must be declared abstract. It does not
define void actionPerformed(java.awt.event.ActionEvent) from interface
java.awt.event.ActionListener.
public class Project extends Applet implements ActionListener
             ^
3 errors

i tried inserting some things here and there, but same errors come
up...

any ideas would be appreciated

thanks



Relevant Pages

  • problem in java question
    ... on the applet and ask another multiplication question. ... public int question() ... public void actionPerformed(ActionEvent actionEvent) ...
    (comp.lang.java.programmer)
  • Re: 3 errors are killing me...
    ... > public void actionPerformed(ActionEvent actionevent) ... The compiler thinks your class code is closed. ... > public class Project extends Applet implements ActionListener ...
    (comp.lang.java.help)
  • Re: 3 errors are killing me...
    ... > cant seem to fixem... ... > public void actionPerformed(ActionEvent actionevent) ...
    (comp.lang.java.help)