|
void | start (Stage stage) throws IOException |
|
|
static void | setRoot (String fxml) throws IOException |
|
static void | main (String[] args) |
|
Classe principale de l'application JavaFX.
◆ main()
static void com.cashcash.App.main |
( |
String[] | args | ) |
|
|
static |
Méthode principale qui lance l'application.
◆ setRoot()
static void com.cashcash.App.setRoot |
( |
String | fxml | ) |
throws IOException |
|
static |
Permet de changer la racine de la scène avec le contenu FXML spécifié.
- Parameters
-
fxml | Le nom du fichier FXML à charger |
- Exceptions
-
IOException | Si une erreur de chargement du fichier FXML survient |
◆ start()
void com.cashcash.App.start |
( |
Stage | stage | ) |
throws IOException |
Méthode principale qui lance l'application.
The documentation for this class was generated from the following file:
- src/main/java/com/cashcash/App.java