[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] How to set the title of the MessageBox?

I have tried the following and it does not work:

MessageBox msgBox = new MessageBox(...);
msgBox.getParent().setText("My Title");

Thanks
slam