|
Understanding the Kanji 0.1.5
A tool for understanding the meaning behind the Japanese Kanji characters.
|
The main class for the OpenJFX Application. More...


Public Member Functions | |
| void | start (Stage stage) |
| The method called when the JavaFX Application starts. | |
| void | launchJavaFX () |
Private Attributes | |
| Scene | applicationScene |
| The scene that contains the views for the application. | |
The main class for the OpenJFX Application.
This class is launched by ApplicationLauncher as a workaround to allow the program to be contained in a JAR file.
| void net.samuelcmace.utk.Main.start | ( | Stage | stage | ) |
The method called when the JavaFX Application starts.
| stage | The primary stage for this application, onto which the application scene can be set. Applications may create other stages, if needed, but they will not be primary stages. |