* @return displayed notification
*/
public static WebNotification showNotification ( final Component showFor, final String content, final Icon icon,
final NotificationOption... options )
{
return showNotification ( showFor, new WebLabel ( content ), icon, options );
}