Search Results

2
votes
6answers
1k views

Using SVG in GWT

I was wondering if it is possible to include SVG content inside a panel (or whatever would work in GWT), be able to add more to the SVG (like add a circle or a curve) programmatically , and handle …
1
vote

Using SVG in GWT

After playing around a bit, I've been most successful with using RaphaĆ«l (which handles cross-browser compatibility) though I suspect anything alo …
5
votes

What is your experience with GWT?

GWT is great because it handles many of the issues with different browser which if you aren't familiar with can be quite the hassle. It also facilitates creation of the GUI into a more programmatic …