in the showcase http://gwt.google.com/samples/Showcase/Showcase.html#!CwBasicText the textbox lower right corner has a dragger to resize the textbox, how to do it?
I try > TextArea ta = new TextArea(); > ta.setCharacterWidth(80); > ta.setVisibleLines(5); > but the textbox generated has no such a resize dragger. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/tPBtgdY_2xcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
