| [news.eclipse.platform.swt] Re: Equivalent of JPanel |
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.What widget should I use to get something similar as a JPanel
thanks for helping
Stefan