This MessageBox is one example of a set of standard dialogs that SWT provides. Some of the other more useful ones are.
这个MessageBox就是SWT提供的一组标準对话框的一个示例。
To open a MessageBox that presents the user with a message of Hello! When your button is clicked, you need to implement the run method as shown in listing 3.