Run time error
801486Mar 30 2009 — edited Mar 30 2009Hi folks,
Im getting run time error like this,
"Exception in thread "AWT-EventQueue-0" java.lang.Error: Unresolved compilation problem:
The method actionPerformed(ActionEvent) of type ViewUser must override a superclass method"
What does this error mean?? in my code, its showing an error at "actionPerformed(ActionEvent ae)" method.....
Please tell me the solution for it..what I have to do now?