Skip to content

Commit

Permalink
added stage title
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Mar 27, 2021
1 parent 47b324e commit 8ae2937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 35,7 @@ public void start(Stage stage) throws Exception {
stage.setScene(scene);
stage.setWidth(1600);
stage.setHeight(950);
stage.setTitle("FXGL Editor");
stage.show();

// this is the JavaFX app timer since we are running outside of the engine.
Expand Down

0 comments on commit 8ae2937

Please sign in to comment.