digitalmars.D.dwt - DWT equivalent for Java JPANEL
- Rusty <rustyn12 quick.com.nz> Mar 31 2008
- Frank Benoit <keinfarbton googlemail.com> Mar 31 2008
- Jacob Carlborg <doobnet gmail.com> Apr 01 2008
- Ty Tower <tytower hotmail.com.au> Apr 08 2008
Rusty schrieb:What I can use for such? Any SWT equivalence
I 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:What I can use for such? Any SWT equivalence
I 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.
No it's dwt.widgets.Composite that is the equivalent. dwt.widgets.Shell is equivalent to JFrame
Apr 01 2008
Jacob Carlborg wrote:Frank Benoit wrote:Rusty schrieb:What I can use for such? Any SWT equivalence
I 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.
No it's dwt.widgets.Composite that is the equivalent. dwt.widgets.Shell is equivalent to JFrame
Actually both of dwt.widgets.Composite and dwt.widgets.Group seem to fit the bill
Apr 08 2008








Ty Tower <tytower hotmail.com.au>