Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » lws creating problem ??
lws creating problem ?? [message #215388] Tue, 02 May 2006 08:20 Go to next message
Eclipse UserFriend
Originally posted by: puneet82sri.sify.com

i m bringing my draw2d app. in eclipse plugin view..
i can put the canvas but as i put lws over it .. the view genrates the err..
i m using composite of createPartControl..

public void createPartControl(Composite parent) {


parent.setLayout(new FillLayout());
canvas=new Canvas(parent,0);
lws=new LWS(canvas);//brings err



}
Re: lws creating problem ?? [message #215462 is a reply to message #215388] Wed, 03 May 2006 14:26 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

If you post the stack trace, someone might be able to help.

"Puneet Srivastava" <puneet82sri@sify.com> wrote in message
news:2851421.1146558069508.JavaMail.root@cp1.javalobby.org...
>i m bringing my draw2d app. in eclipse plugin view..
> i can put the canvas but as i put lws over it .. the view genrates the
> err..
> i m using composite of createPartControl..
>
> public void createPartControl(Composite parent) {
>
>
> parent.setLayout(new FillLayout());
> canvas=new Canvas(parent,0);
> lws=new LWS(canvas);//brings err
>
>
>
> }
Previous Topic:...draw2d.geometry.Rectangle
Next Topic:GEF editor with tree
Goto Forum:
  


Current Time: Thu Apr 25 16:53:40 GMT 2024

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

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

Back to the top