View Single Post
  #1 (permalink)  
Old 05-23-2008, 12:00 PM
themburu themburu is offline
Member
 
Join Date: Mar 2008
Posts: 20
themburu is on a distinguished road
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
Attached Files
File Type: txt myRequest.txt (6.1 KB, 6 views)
Reply With Quote
Sponsored Links