"}");
panel.refresh();
WidgetInfo button_1 = getJavaInfoByName("button_1");
WidgetInfo button_2 = getJavaInfoByName("button_2");
//
panel.command_MOVE2(button_2, button_1);
assertEditor(
"public class Test extends DockLayoutPanel {",
" public Test() {",
" super(Unit.CM);",
" {",