|

06-16-2009, 03:19 AM
Hi. jonbuck:
hope this could be helpful.
If you are adding composite dynamically, then you need layout the composite again after you add it.
For example: composite. computeSize(SWT.DEFAULT, SWT.DEFAULT), or you can composite.setSize() directly, then call the composite.layout() method to deploy new layout.
|