java.lang.Object
javafx.application.Application
com.cryptoalgo.oursql.OurSQL
public class OurSQL
extends javafx.application.Application
Main application entrypoint
Don't use the SceneBuilder scum on this project. It creates completely horrible looking fxml files that are impossible to read. All the fxml files contained herein were created and edited fully by hand.
Don't use the SceneBuilder scum on this project. It creates completely horrible looking fxml files that are impossible to read. All the fxml files contained herein were created and edited fully by hand.
-
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
-
OurSQL
public OurSQL()
-
-
Method Details
-
start
public void start(javafx.stage.Stage stage) - Specified by:
start
in classjavafx.application.Application
-
main
Main application entrypoint- Parameters:
args
- Commandline args
-