Package jmri.profile

Class ProfileManagerDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ProfileManagerDialog extends JDialog
Display a list of Profiles that can be selected to start a JMRI application.

This dialog is designed to be displayed while an application is starting. If the last profile used for the application can be found, this dialog will automatically start the application with that profile after 10 seconds unless the user intervenes.

See Also:
  • Constructor Details

    • ProfileManagerDialog

      public ProfileManagerDialog(Frame parent, boolean modal)
      Creates new form ProfileManagerDialog
      Parameters:
      parent - The frame containing this dialog
      modal - The modal parameter for parent JDialog
    • ProfileManagerDialog

      public ProfileManagerDialog(Frame parent, boolean modal, boolean disableTimer)
      Creates new form ProfileManagerDialog
      Parameters:
      parent - The frame containing this dialog
      modal - The modal parameter for parent JDialog
      disableTimer - true if the timer should be disabled
  • Method Details