ResizableIcon icon = ActionUtils.getActionIcon(action);
final JCommandToggleMenuButton button = new JCommandToggleMenuButton(title, icon);
updateRichTooltip(button, action, null);
button.addActionListener(new RibbonActionListener(action));
button.setFocusable(false);
return button;
}
public static void updateRichTooltip(final AbstractCommandButton button, AFreeplaneAction action, KeyStroke ks) {