[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Equivalent of JPanel

Bertin wrote:
What widget should I use to get something similar as a JPanel

thanks for helping
Its composite but you should forget the notion of an equivalent of JPanel or the similarities with Swing since this will only cause you a great deal of headaches. For most widgets in SWT are not extendable (Composite is btw) and you have to build controls by delegation not by extension.

Stefan