openURLAction.setRecentURLsModel(recentURLsMenu.getRecentURLsModel());
if (OSXSupport.isOSX()) {
OSXSupport.initializeMacOSX(aboutAction, exitAction, null, iconImage, this);
if (OSXSupport.hasOSXFullScreenSupport()) {
osxFullScreenAction = new OSXFullScreen(this);
}
}
setJMenuBar(initMenuBar());
toolBar = initToolBar();