panel.refresh();
//
ExecutionUtils.run(panel, new RunnableEx() {
public void run() throws Exception {
TableLayoutInfo layout = (TableLayoutInfo) panel.getLayout();
layout.command_normalizeSpanning();
}
});
assertEditor(
"public class Test extends LayoutContainer {",
" public Test() {",