"}");
frame.refresh();
TabLayoutPanelInfo panel = getJavaInfoByName("panel");
//
WidgetInfo newButton = createButton();
panel.command_CREATE2(newButton, null);
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",
" RootLayoutPanel rootPanel = RootLayoutPanel.get();",
" TabLayoutPanel panel = new TabLayoutPanel(1.5, Unit.EM);",