" Button button = new Button();",
" addWest(button, 200.0);",
" }",
" }",
"}");
panel.refresh();
// bounds
assertEquals(new Rectangle(0, 0, 450, 300), panel.getBounds());
{
WidgetInfo button = getJavaInfoByName("button");
Rectangle bounds = button.getBounds();