" myPanel.myAdd(button);",
" }",
" }",
"}");
refresh();
AbsolutePanelInfo myPanel = getJavaInfoByName("myPanel");
WidgetInfo button = getJavaInfoByName("button");
// set new location
myPanel.command_BOUNDS(button, new Point(1, 2), null);
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",
" RootPanel rootPanel = RootPanel.get();",
" MyAbsolutePanel myPanel = new MyAbsolutePanel();",