" public Test() {",
" setLayout(new FitLayout());",
" }",
"}");
panel.refresh();
FitLayoutInfo layout = (FitLayoutInfo) panel.getLayout();
// create Label
WidgetInfo label = createJavaInfo("com.gwtext.client.widgets.form.Label");
layout.command_CREATE(label);
assertEditor(
"public class Test extends Panel {",
" public Test() {",
" setLayout(new FitLayout());",
" {",