[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: size of a composite

give ComputeSize a try: composite.computeSize(SWT.DEFAULT, SWT.DEFAULT)

Thanks a lot, it worked!