java.lang.Object
javafx.application.Application
com.example.brickpaint.BrickPaintApp
public class BrickPaintApp
extends javafx.application.Application
Main application class
- Author:
- matde
-
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
Constructors -
Method Summary
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
BrickPaintApp
public BrickPaintApp()
-
-
Method Details
-
main
start of the application- Parameters:
args- Command line arguments
-
start
start of javaFX program- Specified by:
startin classjavafx.application.Application- Parameters:
stage- Primary stage of the application- Throws:
IOException- Application startup exception
-