combobox in j2me

Posted by learn on Stack Overflow See other posts from Stack Overflow or by learn
Published on 2010-05-27T08:23:29Z Indexed on 2010/05/27 8:51 UTC
Read the original article Hit count: 196

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about j2me