Package no.ntnu.idatt1002.demo.view
Class App
java.lang.Object
javafx.application.Application
no.ntnu.idatt1002.demo.view.App
public class App
extends javafx.application.Application
The main application class.
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate javafx.geometry.Rectangle2Dprivate Propertiesprivate javafx.scene.layout.StackPaneprivate static final intFields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidLoads the fonts used in the application.static voidvoidstart(javafx.stage.Stage primaryStage) private voidprivate voidMethods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Field Details
-
p
-
root
private javafx.scene.layout.StackPane root -
bounds
private javafx.geometry.Rectangle2D bounds -
SIDEBAR_WIDTH
private static final int SIDEBAR_WIDTH- See Also:
-
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
-
start
- Specified by:
startin classjavafx.application.Application- Throws:
Exception
-
startInstallApp
private void startInstallApp() -
startMainApp
private void startMainApp() -
loadFonts
private void loadFonts()Loads the fonts used in the application.
-