public class GUI
extends javafx.application.Application
GUI class is responsible for displaying
the graphical user interface of the application.| Constructor and Description |
|---|
GUI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Entry point of the application.
|
void |
start(javafx.stage.Stage primaryStage)
Overrides the
start method of the class
Application, displays the GUI. |
public static void main(java.lang.String[] args)
args - console line argumentspublic void start(javafx.stage.Stage primaryStage)
throws java.lang.Exception
start method of the class
Application, displays the GUI.start in class javafx.application.ApplicationprimaryStage - the JavaFX Stage, the top level JavaFX container
constructed by the platformjava.lang.Exception - when there are errors, wow