attendanceTabItem.setControl(attendancePage);
}
private void createAttendance() {
attendanceInfo = new AttendanceGroup(attendancePage, SWT.NONE, screenMessageLabel, this);
attendanceInfo.display();
attendanceInfo.setLayout(new FormLayout());
FormData data = new FormData();
data.top = new FormAttachment(0, 1);