" com.google.gwt.user.client.ui.Label label = new com.google.gwt.user.client.ui.Label();",
" add(label, new AbsoluteLayoutData(100, 200));",
" }",
" }",
"}");
panel.refresh();
AbsoluteLayoutInfo layout = (AbsoluteLayoutInfo) panel.getLayout();
WidgetInfo label = panel.getChildrenWidgets().get(1);
// Bounds
layout.command_BOUNDS(label, new Point(5, 5), null);
assertEditor(