Class GettingStartedDialog

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

public class GettingStartedDialog extends JDialog
A dialog containing basic information on how to use PeptideShaker.
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • GettingStartedDialog

      public GettingStartedDialog(PeptideShakerGUI peptideShakerGUI, WelcomeDialog welcomeDialog, boolean modal)
      Creates a new GettingStartedDialog.
      Parameters:
      peptideShakerGUI - a reference to PeptideShakerGUI
      welcomeDialog - a reference to the WelcomeDialog, can be null
      modal - if the dialog is to be modal or not