occurrenceTabItem.setControl(occurrencePage);
}
private void createOcorrence() {
occurrenceInfo = new OccurrenceGroup(occurrencePage, SWT.NONE, screenMessageLabel, this);
occurrenceInfo.display();
occurrenceInfo.setLayout(new FormLayout());
FormData data = new FormData();
data.top = new FormAttachment(0, 1);