}
return instance;
}
private void init() {
newMenuAction = new NewFileMenuAction(MenuConstants.NEW, new ImageIcon(
IconPaths.NEW), KeyEvent.VK_N);
openMenuAction = new OpenFileMenuAction(MenuConstants.OPEN,
new ImageIcon(IconPaths.OPEN), KeyEvent.VK_O);
saveMenuAction = new SaveFileMenuAction(MenuConstants.SAVE,
new ImageIcon(IconPaths.SAVE), KeyEvent.VK_S);