*
* @return
*/
public static DockHolder createBottomDock(String help) {
// build links
DockHolder d = new DockHolder("home", 3, 1);
// DockLinkPanel dlp = new DockLinkPanel();
// dlp.addLink(I18N.t("Options"), "opts", new AE() {
//
// @Override
// public void run() {
// YaFrame.open(HomeTab.OPTIONS);
//
// }
// });
// dlp.addLink(I18N.t("Plugins"), "plugin", new AE() {
//
// @Override
// public void run() {
// BasicTabEvent.openPlugin();
//
// }
// });
// dlp.addLink(I18N.t("Feedback"), "mail_web", new AE() {
//
// @Override
// public void run() {
// BasicTabEvent.openFeedback();
//
// }
// });
// d.add(dlp);
// dlp.buildGui(I18N.t("Basis Optionen"), "yaams", false);
//
d.add(new DockInfoPanel(I18N.t("Erste Schritte"), help));
//
// add messages
// DockRSSPanel p = new
// DockRSSPanel("http://www.yaams.de/cms/?q=news.xml", "news", 3);
// d.add(p);