| [news.eclipse.platform.swt] Re: Message box align buttons |
I was talking about the org.eclipse.jface.dialogs.MessageDialog
This one can center the buttons? how?
but if SWT's MessageBox provides centered button i will try this. Thanks
What do you mean by message box (which class/classes)? swt's MessageBox provides a centered OK button, so presumably this is not what you're asking about.
Grant
"Nuno" <nuno.esculcas@xxxxxxxxx> wrote in message news:fi4brs$hb2$1@xxxxxxxxxxxxxxxxxxxxHi,
Is possible to align the buttons of a message box to the center of the window instead of the default right alignment? Can we do this to all the default messages box of a RCP application?
Thanks