|
-
March 2nd, 2000, 02:06 PM
#1
combobox
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
-
March 2nd, 2000, 02:45 PM
#2
Re: combobox
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
-
March 7th, 2000, 06:45 AM
#3
Re: combobox
Combobox is only for single selection .
Use JList for multiple selection .
thanks
vaishali
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|