" }",
"}");
AbsoluteLayoutInfo layout = (AbsoluteLayoutInfo) panel.getLayout();
WidgetInfo label = panel.getChildrenWidgets().get(0);
//
layout.command_BOUNDS(label, null, new Dimension(100, 40));
assertEditor(
"public class Test extends Panel {",
" public Test() {",
" setLayout(new AbsoluteLayout());",
" {",