Package it.univr.wordautomata
Class WordAutomata
java.lang.Object
javafx.application.Application
it.univr.wordautomata.WordAutomata
public class WordAutomata
extends javafx.application.Application
The main class of the application. It is responsible for starting the
application and initializing its base components.
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters
-
Field Summary
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
Constructor Summary
-
Method Summary
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
WordAutomata
public WordAutomata()Creates a newWordAutomata
.
-
-
Method Details
-
getComponents
-
start
Starts the application.- Specified by:
start
in classjavafx.application.Application
- Parameters:
stage
- the command line arguments- Throws:
IOException
-
toggleTheme
public void toggleTheme()Toggles the theme of the application. -
run
public void run()Launches the application. -
exit
public void exit()Exits the application.
-