Insert values into java.awt.choice
Hi,
I am having a java.awt.choice component on an applet. The requirement is to allow the user to enter values in the choice drop down box. I am not able to see any methods like setEditable() or setEditor() for the choice component. How to proceed with this?
Any help regarding this will be very helpfull for me.
Thanks in Advance,
Saran

