Mega Code Archive

 
Categories / Java Tutorial / SWT
 

Introducing Combo

Combo boxes, also known as dropdowns, combine the strengths of Text and List. Combo Styles StyleDescription SWT.DROP_DOWNCreates a Combo whose list "drops down." SWT.READ_ONLYDisallows typing input. Only SWT.DROP_DOWN Combos can be read-only. SWT.SIMPLEDisplay Input Box and List together.