" public Test() {",
" setLayout(new TableLayout(1));",
" }",
"}");
panel.refresh();
TableLayoutInfo layout = (TableLayoutInfo) panel.getLayout();
//
WidgetInfo newButton = createButton();
layout.command_CREATE(newButton, 0, false, 0, false);
assertEditor(
"public class Test extends LayoutContainer {",
" public Test() {",
" setLayout(new TableLayout(1));",
" {",