List with checkbox using lwuit in j2me
Posted
by learn
on Stack Overflow
See other posts from Stack Overflow
or by learn
Published on 2010-05-11T12:28:43Z
Indexed on
2010/05/11
12:34 UTC
Read the original article
Hit count: 323
I am using LWUIT for getting a search facility for selection in the list. now i want to know how to display the list with checkbox?
list=new List(vector);
cform.addComponent(list);
cform.addComponent(t);
cform.show();
© Stack Overflow or respective owner