[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-swt-dev] What SWT widget correspond to Swing's JPanel ?
|
- From: "David Tran" <david.tran@xxxxxxxxxxx>
- Date: Wed, 20 Nov 2002 11:20:59 -0500
- Delivered-to: platform-swt-dev@eclipse.org
- Importance: Normal
Hi all,
I am newbie on SWT.
On Swing, I use a lot JPanel to group the components,
also, it serve to do different layout in different layer.
My question is, in SWT, what widget will most like Swing's JPanel
( a "component" to contents others components ).
Group, has boder, which I do not like use it.
Shell will just open other window.
Is it Composite that I must use ?
Thanks.