tags:

views:

84

answers:

1

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);

A: 

Try this external thread: http://discussion.forum.nokia.com/forum/showthread.php?t=151177. There are some hints to a quite similiar question.

Andreas_D