" Button button = new Button('1');",
" add(button);",
" }",
" }",
"}");
panel.refresh();
WidgetInfo button = panel.getChildrenWidgets().get(5);
// check initial location
{
TableLayoutDataInfo tableData = TableLayoutInfo.getTableData(button);
assertEquals(1, getInt(tableData, "x"));