| [news.eclipse.platform.swt] Re: focusOut |
I've found id !
myText.getDisplay().asyncExec(new Runnable() {
public void run() {
myText.forceFocus();
}
});