I'm trying to migrate my application to GWT 2.1 but I run into problems 
trying to switch 
from my DockPanel to the DockLayoutPanel.

Before I had this:
RootPanel.get().add(new MainPanel());

public class MainPanel extends Composite implements KeyDownHandler {
public FocusPanel focusPanel = new FocusPanel();
public static DockPanel dockPanel = new DockPanel();

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