" RootLayoutPanel rootPanel = RootLayoutPanel.get();",
" }",
"}");
frame.refresh();
//
DockLayoutPanelInfo panel = createJavaInfo("com.google.gwt.user.client.ui.SplitLayoutPanel");
frame.command_CREATE2(panel, null);
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",
" RootLayoutPanel rootPanel = RootLayoutPanel.get();",