www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics




digitalmars.D.dwt - DWT equivalent for Java JPANEL

↑ ↓ ← Rusty <rustyn12 quick.com.nz> writes:
What I can use for such?

Any SWT equivalence
Mar 31 2008
↑ ↓ Frank Benoit <keinfarbton googlemail.com> writes:
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
↑ ↓ Jacob Carlborg <doobnet gmail.com> writes:
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
↑ ↓ → Ty Tower <tytower hotmail.com.au> writes:
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