356357358359360361362
data.left = new FormAttachment(idEmployee, 5); data.right = new FormAttachment(100, -25); nameText.setLayoutData(data); nameText.setFocus(); new EmployeeTableCompletation(nameText, studentComposite, this); }