Class JMap

    • Constructor Detail

      • JMap

        public JMap()
        Initializes the menu item with no owner.
      • JMap

        public JMap​(adams.terminal.application.AbstractTerminalApplication owner)
        Initializes the menu item.
        Parameters:
        owner - the owning application
    • Method Detail

      • doLaunch

        protected void doLaunch​(com.googlecode.lanterna.gui2.WindowBasedTextGUI context)
        Launches the functionality of the menu item.
        Specified by:
        doLaunch in class AbstractJDKMenuItemDefinition
        Parameters:
        context - the context to use