A menu is a set of menu items. Common menus in INTViewer are "File", "Plot", "View", "Layer", "Tools", "Window" and "Help". In this walkthrough, we will add a menu between the "Tools" and "Window" menus.
This walkthrough doesn't have INTViewer library dependencies as it relies only on the NetBeans platform.
Edit the layer.xml file and add a folder entry with the name "Menu" and a sub-folder named "MyNewMenu".
Click the green arrow in NetBeans. Your new menu "MyNewMenu" has been added after the "File" menu.
Click the green arrow in NetBeans. Your new menu "MyNewMenu" has been moved after the "Tools" menu.
To add menu items to this menu, you can follow the menu item walkthrough.