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

This is the default Windows behavior and should not be changed.

"Mp" <pijnmar@xxxxxxx> wrote in message
news:976e9dafe276b4fceb01bf8457690a27$1@xxxxxxxxxxxxxxxxxx
> 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...??
>