how to have multiple selections from a combo box list.eg if we have a,b,c in alist.how can i select 'a' and 'b' at same time.
thanks
Printable View
how to have multiple selections from a combo box list.eg if we have a,b,c in alist.how can i select 'a' and 'b' at same time.
thanks
You can't do that. Comboboxes are for single selections only. What you want is a List or JList Component. From those you can select multiple items.
Dustin
Combobox is only for single selection .
Use JList for multiple selection .
thanks
vaishali