Wednesday, September 8, 2010

Set SWT combo width

Setting SWT combo width to its widest item?

1. either re-compute its size and call setSize()

2. combo.pack(true) works as well