digitalmars.D.dwt - DWT equivalent for Java JPANEL
- Rusty (2/2) Mar 31 2008 What I can use for such?
- Frank Benoit (3/6) Mar 31 2008 I have never used it, but i think its an equivalent to dwt.widgets.Shell...
- Jacob Carlborg (3/11) Apr 01 2008 No it's dwt.widgets.Composite that is the equivalent. dwt.widgets.Shell
- Ty Tower (3/17) Apr 08 2008 Actually both of dwt.widgets.Composite and dwt.widgets.Group seem to
Rusty schrieb:What I can use for such? Any SWT equivalenceI have never used it, but i think its an equivalent to dwt.widgets.Shell. See the dwt homepage to find more useful links to SWT documentation.
Mar 31 2008
Frank Benoit wrote:Rusty schrieb:No it's dwt.widgets.Composite that is the equivalent. dwt.widgets.Shell is equivalent to JFrameWhat I can use for such? Any SWT equivalenceI have never used it, but i think its an equivalent to dwt.widgets.Shell. See the dwt homepage to find more useful links to SWT documentation.
Apr 01 2008
Jacob Carlborg wrote:Frank Benoit wrote:Actually both of dwt.widgets.Composite and dwt.widgets.Group seem to fit the billRusty schrieb:No it's dwt.widgets.Composite that is the equivalent. dwt.widgets.Shell is equivalent to JFrameWhat I can use for such? Any SWT equivalenceI have never used it, but i think its an equivalent to dwt.widgets.Shell. See the dwt homepage to find more useful links to SWT documentation.
Apr 08 2008