Hi All,

I am about to build a desktop like client in GWT with one html page
and one panel with several widgets like a menu, a navigation tree and
so on. These widgets will then open different panels containing
widgets.

Is this a doable pattern or way to do it?

When opening new panels in the onClick method I find my self doing
setVisible(false); followed by passing the RootLayoutPanel around in
order to add the new panel and make it visable. This doesn't feel
right but its the only way I have found to return to the first panel
after closing the second.Any thoughts about this?

Thanks

-- 
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.

Reply via email to