|
Seriously need help on my listeners!!
Hi I have a applet code which I'm trying to add listeners but its really disturbing me.
What coulb be wrong with it, plus also how do I add listeers for the checkboxes which grouped and also the Choice list?
When I compile the code it gives me this errors
1.myRequest is not abstract and does not override abstract method actionPerformed(java.awt.event.ActionEvent) in java.awt.event.ActionListener
2. addComponentListener(java.awt.event.ComponentListe ner) in java.awt.Component cannot be applied to (myRequest)
I'm using JCreator 4.50 pro and jdk1.6.0_02
Here's ma code
|