assertEquals("2 2 [2, 1] {(0,0)=(1,1) (1,0)=(1,1) (0,1)=(2,1)}", panel.getStatus().toString());
// do MOVE
ExecutionUtils.run(frame, new RunnableEx() {
public void run() throws Exception {
WidgetInfo button_2 = panel.getChildrenWidgets().get(1);
panel.command_MOVE(button_2, 0, false, 0, false);
}
});
assertEditor(
"public class Test implements EntryPoint {",
" public void onModuleLoad() {",