" addChild(button);",
" button.setRect(1, 2, 3, 4);",
" }",
" }",
"}");
canvas.refresh();
CanvasInfo button = getJavaInfoByName("button");
//
canvas.command_BOUNDS(button, null, new Dimension(100, 25));
assertEditor(
"public class Test extends Canvas {",