public class BCozy
extends javafx.application.Application
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_NAME
Application name.
|
| Constructor and Description |
|---|
BCozy() |
| Modifier and Type | Method and Description |
|---|---|
static void |
changeTheme(String themeName)
Method to change application wide theme from other locations in the view.
|
static void |
main(String... args)
Main Method starting JavaFX Environment.
|
void |
start(javafx.stage.Stage primaryStage) |
void |
stop() |
public static final String APP_NAME
public static void main(String... args)
args - Arguments from commandline.public void start(javafx.stage.Stage primaryStage)
throws org.openbase.jul.exception.InitializationException,
InterruptedException
start in class javafx.application.Applicationorg.openbase.jul.exception.InitializationExceptionInterruptedExceptionpublic void stop()
stop in class javafx.application.Applicationpublic static void changeTheme(String themeName)
themeName - the name of the theme to be setCopyright © 2015–2016 openbase.org. All rights reserved.