Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Equivalent of JPanel
Equivalent of JPanel [message #457848] Tue, 05 July 2005 20:13 Go to next message
Eclipse UserFriend
Originally posted by: BertinK.tiscali.nl

What widget should I use to get something similar as a JPanel

thanks for helping
Re: Equivalent of JPanel [message #457851 is a reply to message #457848] Tue, 05 July 2005 22:01 Go to previous messageGo to next message
Peter Kliem is currently offline Peter KliemFriend
Messages: 35
Registered: July 2009
Member
Bertin wrote:
> What widget should I use to get something similar as a JPanel
>
> thanks for helping
Composite.

Peter
Re: Equivalent of JPanel [message #457877 is a reply to message #457848] Wed, 06 July 2005 07:34 Go to previous message
Stefan Langer is currently offline Stefan LangerFriend
Messages: 236
Registered: July 2009
Senior Member
Bertin wrote:
> What widget should I use to get something similar as a JPanel
>
> thanks for helping
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.

Stefan
Previous Topic:Debug buttons in KDE
Next Topic:How do I set the height of a table row?
Goto Forum:
  


Current Time: Thu Apr 25 09:21:57 GMT 2024

Powered by FUDForum. Page generated in 0.03916 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top