}
});
buttons.add(button);
button = new SimpleButton("Show Sticky Message", WidgetImages.Instance.get().notification_Message().createImage());
button.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent clickEvent) {
GGrowl.showMessage("Short Message", "This is the content of the message, it's not a long as the logest " +
"message, but still it has its length", -1);
}
});