frame.getRootPane().registerKeyboardAction(actionListener,
getKeyStroke(VK_HELP, 0), WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
frame.getRootPane().registerKeyboardAction(actionListener,
getKeyStroke(VK_F1, 0), WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
new ProfileModeMenu(getContext().getMenuBar(), getProfileModeModel());
new UndoMenuSynchronizer(getContext().getMenuBar(), getContext().getUndoManager());
new ReopenMenuSynchronizer(getContext().getMenuBar(), getConvertPanel(), getRecentUrlsModel());
}