MessageBox
Generating different styles of messageboxes for Vaadin (vaadin.com).
...E.g. you can define the window caption, different types of icons, a simple message as string, optionally formatted with HTML elements, a complex message designed with multiple Vaadin components, how many buttons are placed on the dialog, the caption for the buttons for your specific language, the icon of the buttons (see MessageBox.ButtonType) and so on ...
Have a look on the "MessageBox Web Site" for usage and more details.