Package controller
Class MainController
java.lang.Object
controller.MainController
- All Implemented Interfaces:
Controller
,javafx.fxml.Initializable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close applicationvoid
initialize
(URL location, ResourceBundle resources) void
Creates a dialogue to display some information about the applicationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface controller.Controller
injectStatusLabel, registerController, unregisterController
-
Constructor Details
-
MainController
public MainController()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
-
close
public void close()Close application- Specified by:
close
in interfaceController
-
openAboutView
public void openAboutView()Creates a dialogue to display some information about the application
-