Got the drag thingto work

This commit is contained in:
Michael-Jouanneau 2016-10-29 21:38:23 +02:00
parent dd97c8d5d8
commit ba310840f7

View File

@ -20,7 +20,7 @@ public class Main extends Application {
public void start(Stage primaryStage) throws Exception{
primaryStage.initStyle(StageStyle.UNDECORATED);
Parent root = FXMLLoader.load(getClass().getResource("sample.fxml"));
primaryStage.setTitle("Team Avion Launcher [WIP]");
primaryStage.setTitle("Team-Avion Launcher [WIP]");
primaryStage.setScene(new Scene(root, 900, 500));
primaryStage.show();
primaryStage.maximizedProperty().addListener((observable, oldValue, newValue) -> {