The method actionPerformed(ActionEvent) of type NAME_OF_CLASS_AND_METHOD must override a superclass method
The class had this definition:
@Override
public void actionPerformed(ActionEvent e) {
The problem was solved when upgrading to a newer version of Eclipse (3.5). I'm guessing the support for the @Override annotation was a bit limited.
No comments:
Post a Comment