How can I keep the combobox on the form in j2me with out using frameworks?
I have tried this but it is not showing any drop down for selection.
ChoiceGroup CoursePOP = new ChoiceGroup ("Pop Up choice", Choice.EXCLUSIVE, new String[] {"Python", "J2ME","Symbian"}, null);