MessageBox
Generating different styles of messageboxes for Vaadin (vaadin.com).
This project contains a flexible utility class for generating different styles of messageboxes for Vaadin (vaadin.com). The messagebox is typically a modal dialog, with an icon on the left side, a message on the right of the icon and some buttons on the bottom of the dialog. 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.