[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] MessageBox position on screen

On XP the standard messagebox everytime show up in the middle of the screen iso in the middle of the application window.

I use syntax like:

MessageBox messageBox = new MessageBox(shell, SWT.ICON_QUESTION|SWT.YES|SWT.NO );
int answer = messageBox.open();



Is there a way to change this or is this "default" windows behaviour and left as is...??