Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

GUI not returning data called from another class --please help!

807601May 21 2008 — edited May 23 2008
Hello! I am in need of some help, I have created an application that returns data called by another class in the same package; the idea is that when the user clicks on the "submit" button, a connection class is called that contains the connection information as well as a SQL query that is specific to the application. when I test my application and click the "submit" button, I get the following error:

Exception in thread "AWT-EventQueue-0" java.lang.Error: Unresolved compilation problem:
The type PandoraUI must implement the inherited abstract method ActionListener.actionPerformed(ActionEvent)

I'm not sure what is wrong, if I implement the abstract method, then it seems like nothing happens when I click "Submit"
please any thoughts or ideas would be greatly appreciated!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2008
Added on May 21 2008
2 comments
40 views