"}");
frame.refresh();
StackLayoutPanelInfo panel = getJavaInfoByName("panel");
//
WidgetInfo button = getJavaInfoByName("button");
panel.command_MOVE2(button, null);
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",
" RootLayoutPanel rootPanel = RootLayoutPanel.get();",
" {",