Thread
:
Error! "filename" is not abstract and does not override abstract method...
View Single Post
#
2
(
permalink
)
01-03-2008, 04:19 PM
jelly
Member
Join Date: Jan 2008
Location: Somerset, UK
Posts: 46
If that's truly a copy of your code then your problem is a simple typo
you wrote:
public void actionPerfomed(ActionEvent ev){
it should be:
public void actionPerformed(ActionEvent ev){
i.e. you missed the second 'r' in action Performed
jelly
View Public Profile
Send a private message to jelly
Find all posts by jelly