Class SettingsWindow


  • public class SettingsWindow
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SettingsWindow()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void exitClicked​(javafx.stage.WindowEvent event, SettingsController controller)  
      static void show()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SettingsWindow

        public SettingsWindow()
    • Method Detail

      • show

        public static void show()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • exitClicked

        public static void exitClicked​(javafx.stage.WindowEvent event,
                                       SettingsController controller)