You need some kind of drag & drop functionality. You can either use the built-in GWT drag & drop support (which is based on the HTML5 drag & drop API [1]), or use the always handy gwt-dnd [2]. Do note that HTML5 d&d API is about "moving data", not actual widgets, but it can be used also in that way, instead with gwt-dnd you really move things around. See the showcase [3], in which you can find some useful samples that may work for you.
[1] http://www.html5rocks.com/en/tutorials/dnd/basics/ [2] http://code.google.com/p/gwt-dnd/ [3] https://gwt-dnd.appspot.com/#InsertPanelExample On Wednesday, April 10, 2013 12:33:33 PM UTC+2, Magnus wrote: > > Hi, > > how can one realize such moveable areas, which can be placed with drag & > drop at predefined positions, such as in iGoogle? > > Is there a tutorial? > > Thanks > Magnus > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
