Class PreferencesDialog

    • Method Detail

      • showDialog

        public static void showDialog​(CockpitPreferences cockpitPreferences,
                                      Frame owner,
                                      HyperlinkActivatedListener hyperlinkListener)
        Displays the Preferences dialog box and waits until the user selects to cancel the dialog or to save the properties.
        Parameters:
        cockpitPreferences - an object with the current cockpit preferences, which will be updated to reflect any changes the user makes to their preferences.
        owner - the frame that will own this dialog.
        hyperlinkListener - the listener that will act on any hyperlink events triggered by the user clicking on HTTP links.