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.Rectangle2D
private Properties
private javafx.scene.layout.StackPane
private static final int
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
Loads the fonts used in the application.static void
void
start
(javafx.stage.Stage primaryStage) private void
private void
Methods 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:
start
in classjavafx.application.Application
- Throws:
Exception
-
startInstallApp
private void startInstallApp() -
startMainApp
private void startMainApp() -
loadFonts
private void loadFonts()Loads the fonts used in the application.
-