Understanding the Kanji 0.1.5
A tool for understanding the meaning behind the Japanese Kanji characters.
Loading...
Searching...
No Matches
net.samuelcmace.utk.Main Class Reference

The main class for the OpenJFX Application. More...

Inheritance diagram for net.samuelcmace.utk.Main:
Inheritance graph
Collaboration diagram for net.samuelcmace.utk.Main:
Collaboration graph

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.
 

Detailed Description

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.

Member Function Documentation

◆ start()

void net.samuelcmace.utk.Main.start ( Stage  stage)

The method called when the JavaFX Application starts.

Parameters
stageThe 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.

The documentation for this class was generated from the following file: