Package apps

Class AppsLaunchFrame

All Implemented Interfaces:
ComponentListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, BeanInterface, ModifiedFlag, WindowInterface

public class AppsLaunchFrame extends JmriJFrame
Base class for main frame (window) of traditional-style JMRI applications

This is for launching after the system is initialized, so it does none of that.

See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • setPrefsFrameHelp

      protected void setPrefsFrameHelp(JmriJFrame f, String l)
      Set the location of the window-specific help for the preferences pane. Made a separate method so if can be overridden for application specific preferences help
      Parameters:
      f - the frame to associate with the java help reference
      l - Java Help reference
    • buttonSpace

      public static JComponent buttonSpace()
      Provide access to a place where applications can expect the configuration code to build run-time buttons.
      Returns:
      null if no such space exists
      See Also: