" rootPanel.add(button_2);",
" }",
" }",
"}");
frame.refresh();
StackPanelInfo panel = getJavaInfoByName("panel");
WidgetInfo button_1 = getJavaInfoByName("button_1");
WidgetInfo button_2 = getJavaInfoByName("button_2");
assertTrue(isVisible(button_1));
assertTrue(isVisible(button_2));
// do ADD
panel.command_MOVE2(button_2, null);
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",
" RootPanel rootPanel = RootPanel.get();",
" {",