I'm using the same file menu with the same menu items in multiple places. As such, they should have the same actionListeners etc since the same windows should open when they are clicked. How do I get netbeans to automatically do this (make them all use the same events and such)? Note: In some cases, I made the menu a template and re-used it, in other places, I just added a new menu and added the menu items again.
thanks