I want to add text to a rectangle drawn.
canvas.fillRect(...)
But I would like the user to enter custom text for this rectangle. But how can I create an editable label in gwt canvas that can take user input?
I want to achieve this in gwt canvas JAVA! Not JS.