Shelnutt2
07-22-2006, 04:45 PM
"Help, I need somebody, Help not just anybody, Help!”
OK here is my problem. When I added an action listener, I got this error message. "CreditsGUI is not abstract and does not override abstract method actionPerformed(java.awt.event.ActionEvent) in java.awt.event.ActionListener".
I don't know what to do. My goal is to get the user entered variable thats put into the textfield compute it and then spit it out in the label thats across the screen. But when I added action listener I got that error message. What am I doing wrong? I'm confused.
Thanks for your help!
OK here is my problem. When I added an action listener, I got this error message. "CreditsGUI is not abstract and does not override abstract method actionPerformed(java.awt.event.ActionEvent) in java.awt.event.ActionListener".
I don't know what to do. My goal is to get the user entered variable thats put into the textfield compute it and then spit it out in the label thats across the screen. But when I added action listener I got that error message. What am I doing wrong? I'm confused.
Thanks for your help!