It is said here http://code.google.com/intl/ru-RU/webtoolkit/tools/gwtdesigner/quick_start.html
that one should “Choose an appropriate panel type for” one’s UI.
How this can be accomplished?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The main panel is always RootPanel, which can be retrieved by RootPanel.get(“”);
What they are trying to say in the quick start guide is you should choose a panel to add to the RootPanel and start adding widgets in there.