Package ui

Class DevicesMenu

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, MenuElement, SwingConstants

public class DevicesMenu extends JMenu
The devices menu in the config menu : set up the menu and its assorted item action routines.
See Also:
  • Constructor Details

    • DevicesMenu

      public DevicesMenu(Monitor pmonitor, inifile.IniFile pinifile, MonitorGui mguip, TrapDispatcher td)
      The Devices menu item in the config item in the menu bar.
      Parameters:
      pmonitor - monitor for the emulation thread
      pinifile - the inifile with all configured options.
      mguip - the monitorgui enclosing the menu bar.