| Author |
errors while devoloping a frame based checkbox application
|
chandan kuchipudi
Greenhorn
Joined: Jun 27, 2012
Posts: 12
|
|
hi ......i'm very new to java...i'm learning core java for 2 months....i'm getting errors while devoloping a frame based checkbox application ....please look into that and help me to devolope that ...sorry for my bad english ..
here is the program
//CbDemo.java
//it is showing that line no. 34 is an error ....
Cb.Sathya is not abstract method and does not override abstract method ItemStateChanged(ItemEvent) in ItemListener
please let me know what is wrong in that .....thank you ..
[Added code tags - see UseCodeTags for details]
|
 |
Matthew Brown
Bartender
Joined: Apr 06, 2010
Posts: 3786
|
|
|
Look at the method in ItemListener. Look at the method you've implemented. Compare them, carefully. And remember that Java is case sensitive.
|
 |
chandan kuchipudi
Greenhorn
Joined: Jun 27, 2012
Posts: 12
|
|
thank you matthew .....i've changed "i" .....but still it is showing error like this
line no 53 error : Cb is abstract;cannot be instantiated...
Cb co =new Cb();
i've written it as a part of execution logic class....please look it once...
|
 |
chandan kuchipudi
Greenhorn
Joined: Jun 27, 2012
Posts: 12
|
|
thankyou ....i got the output finally .....
|
 |
 |
|
|
subject: errors while devoloping a frame based checkbox application
|
|
|