| " rootPanel.setWidgetRightWidth(button, 100.0, Unit.PX, 100.0, Unit.PX);",
" rootPanel.setWidgetBottomHeight(button, 100.0, Unit.PX, 50.0, Unit.PX);",
" }",
" }",
"}");
frame.refresh();
//
WidgetInfo button = getJavaInfoByName("button");
frame.command_SIZE(
button,
new Dimension(150, 75),
|