3 errors are killing me...
From: Ali (theflystyle_at_yahoo.com)
Date: 11/28/03
- Next message: Anthony Borla: "Re: 3 errors are killing me..."
- Previous message: Mike: "Re: Need somebody to do some java work for me"
- Next in thread: Anthony Borla: "Re: 3 errors are killing me..."
- Reply: Anthony Borla: "Re: 3 errors are killing me..."
- Reply: William Brogden: "Re: 3 errors are killing me..."
- Reply: Brad BARCLAY: "Re: 3 errors are killing me..."
- Reply: Roedy Green: "Re: 3 errors are killing me..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Anthony Borla: "Re: 3 errors are killing me..."
- Previous message: Mike: "Re: Need somebody to do some java work for me"
- Next in thread: Anthony Borla: "Re: 3 errors are killing me..."
- Reply: Anthony Borla: "Re: 3 errors are killing me..."
- Reply: William Brogden: "Re: 3 errors are killing me..."
- Reply: Brad BARCLAY: "Re: 3 errors are killing me..."
- Reply: Roedy Green: "Re: 3 errors are killing me..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|