I have a composite element, that initially has a Label. Now I call dispose on the it (the label) and create another label in the same container (composite elm), but I don\'t see
I would say add a selectionListener on the label.
.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(final SelectionEvent e) { //Change text by Label.setText(); } }