Re: Integrating draw2d with Gwt

2008-12-02 Thread kilkenny
There are many JavaScript libraries out there that have been wrapped into third party GWT libraries. Alas the draw2d is not one of them, as far as I know... Although you can do this yourself using GWT's JavaScript Native Interface functionality. Have a look at the documentation for more

Integrating draw2d with Gwt

2008-12-01 Thread Sridhar Gande
Hello Iam new to Gwt and draw2d Apis. I want to integrate draw2d api which gives us 2d graphic widgets and enables us to build our own applications. It was developed on javascript. My Question is how can I integrate Gwt with draw2d so that I can use all the features of draw2d in my Gwt