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