Package apps
Class AppsMainMenu
java.lang.Object
apps.AppsMainMenu
Create the main menu for PanelPro and related apps. Includes opening PanelPro from
DecoderPro3.
Redundant menu code was removed from Apps and AppsLaunchFrame.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static Action(package private) static final ResourceBundle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidcreateMenus(JMenuBar menuBar, WindowInterface wi, JPanel pane, String windowHelpID) Add menus to a menu bar.
-
Field Details
-
rb
-
prefsAction
-
-
Constructor Details
-
AppsMainMenu
public AppsMainMenu()
-
-
Method Details
-
createMenus
protected static void createMenus(JMenuBar menuBar, WindowInterface wi, JPanel pane, String windowHelpID) Add menus to a menu bar.This does not include the development menu.
- Parameters:
menuBar- The existing menu barwi- The WindowInterface to associate actions in menus withpane- The JPanel to associate actions in menus withwindowHelpID- The the help id to be assigned to Help / Window Help...
-