},null,false,"document-save.png");
buttons.addButton(i18n.tr("Aktualisieren"), new Action()
{
public void handleAction(Object context) throws ApplicationException
{
control.handleReload();
}
}, null, true, "view-refresh.png");
buttons.paint(getParent());