@Override
public void buttonClick(ClickEvent event) {
Notification notification = new Notification(
title.getValue(), message.getValue());
notification.setHtmlContentAllowed(true);
notification.show(Page.getCurrent());
}
});
l.addComponent(show);
l.addComponent(new Label("Warning", ContentMode.HTML));