tags:

views:

33

answers:

3

Hello!

I need to be able to draw lines on top of an Image in GWT. Anyone knowing about a way to do this?

BR

Niclas

A: 

This should do the trick :

Create a simplePanel with height = 0px and the width you want, then assign it a style that say its border are black and have a size of 2px.

Zwik
A: 

See the GWTCanvas project part of the GWT Incubator

GWTCanvas

You can draw images and then draw lines over the image on the canvas.

stan229
A: 

That was excatly what I was looking for thanks!

Niclas