fromDate = new GDDate();
fromDate.setFirstDayOfMonth();
toDate = new GDDate();
toDate.setLastDayOfMonth();
incomingTable = new IncomingTable(composite, SWT.NONE, this, fromDate, toDate);
FormData data = new FormData();
data.left = new FormAttachment(0, 11);
data.top = new FormAttachment(0, 10);
data.right = new FormAttachment(100, -10);