fd.bottom = new FormAttachment(100, 0);
fd.right = new FormAttachment(15, 0);
fd.left = new FormAttachment(0, 0);
button.setLayoutData(fd);
controls.put(key, button);
button.addMouseListener(this);
Label label = new Label(comp, 0);
label.setText(title + ": ");
fd = new FormData();
fd.top = new FormAttachment(0, 0);