Package apps
Class AppsMainMenu
- java.lang.Object
-
- apps.AppsMainMenu
-
public class AppsMainMenu extends java.lang.Object
Create the main menu for PanelPro and related apps. Includes opening PanelPro from DecoderPro3.Redundant menu code was removed from
Apps
andAppsLaunchFrame
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static javax.swing.Action
prefsAction
(package private) static java.util.ResourceBundle
rb
-
Constructor Summary
Constructors Constructor Description AppsMainMenu()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
createMenus(javax.swing.JMenuBar menuBar, WindowInterface wi, javax.swing.JPanel pane, java.lang.String windowHelpID)
Add menus to a menu bar.
-
-
-
Field Detail
-
rb
static final java.util.ResourceBundle rb
-
prefsAction
static javax.swing.Action prefsAction
-
-
Constructor Detail
-
AppsMainMenu
public AppsMainMenu()
-
-
Method Detail
-
createMenus
protected static void createMenus(javax.swing.JMenuBar menuBar, WindowInterface wi, javax.swing.JPanel pane, java.lang.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...
-
-