final WebBreadcrumbPanel panel = new WebBreadcrumbPanel ();
panel.setLayout ( new HorizontalFlowLayout ( 4, false ) );
panel.add ( delayLabel, new CenterPanel ( delayField, false, true ), msLabel );
updateBreadcrumb.add ( panel );
statusMessage = new WebBreadcrumbLabel ( "Edit XML at the right side and see UI changes at the left side!", info );
statusMessage.setStyleId ( "status-message-label" );
updateBreadcrumb.add ( statusMessage );
statusbar.add ( updateBreadcrumb );