public class ScreensFramework
extends javafx.application.Application
| Modifier and Type | Field and Description |
|---|---|
static String |
screen1File |
static String |
screen1ID |
static String |
screen2File |
static String |
screen2ID |
static String |
screen3File |
static String |
screen3ID |
| Constructor and Description |
|---|
ScreensFramework() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The main() method is ignored in correctly deployed JavaFX application.
|
void |
start(javafx.stage.Stage primaryStage) |
public static String screen1ID
public static String screen1File
public static String screen2ID
public static String screen2File
public static String screen3ID
public static String screen3File
public void start(javafx.stage.Stage primaryStage)
start in class javafx.application.Applicationpublic static void main(String[] args)
args - the command line argumentsCopyright © 2017 Tecgraf/PUC-Rio. All rights reserved.