Titre de l'application de modification de Javafx
public void start(Stage stage) throws Exeption
{
stage.setTitle("ExampleTitle"); //This sets the title of you window
}
Manuel Dark