Hi all, I am a newbie to GWT. I am trying to create a panel that can display multiple widgets. These widgets cab be dragged and dropped to any part of the screen and will have configuration values that determine thier location on the screen, some user preferences etc. A good example is igoogle. the easeness of moving around widgets and editting their settings in igoogle is exactly what I am trying to achieve.
Can I use GWT for this? I am aware of the GWT's MouseListener class which will enable me to listen for drags and drops. And GWT's panels will be very useful too. But how can I create multiple widgets (with their own html files, java code and css files) and put them all together onto a host page? Should I create multiple modules (how do I do that)? Or should I create multiple GWT projects (how do I import those projects to the hostpage)? Thank you very much for your time. Kind regards, Chitra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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 -~----------~----~----~----~------~----~------~--~---
