setHelpIDString(mapPanel, "map");
// delay JavaHelp initialization
ActionListener actionListener = new ActionListener() {
public void actionPerformed(ActionEvent event) {
actionManager.run("help-topics", event);
}
};
frame.getRootPane().registerKeyboardAction(actionListener,
getKeyStroke(VK_HELP, 0), WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
frame.getRootPane().registerKeyboardAction(actionListener,