Class SettingsDialog

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

public class SettingsDialog extends JDialog
This class contains the underlying structure for the settings dialog
See Also:
  • Constructor Details

    • SettingsDialog

      public SettingsDialog(JFrame frame, Settings settings, SettingsDialog.ChangeServer changer)
      Constructs a new JDialog with radio buttons and input to handle user settings
      Parameters:
      frame - The parent JFrame of the dialog
      settings - A reference to the settings used by the application
      changer - lambda for changing NT server based on settings