data.right = new FormAttachment(100, 0);
mainPage.setLayoutData(data);
}
private void createFiltersGroup() {
filtersGroup = new FilterFlowBankAccountGroup(mainPage, SWT.NONE, this);
filtersGroup.display();
filtersGroup.setVisible(true);
FormData data = new FormData();
data.top = new FormAttachment(pageLabel, 10);