Skip to content

Commit

Permalink
User guide implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavzzz committed Sep 19, 2022
1 parent 3301a16 commit b51074a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/java/Duke/gui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void start(Stage stage) {
AnchorPane ap = fxmlLoader.load();
Scene scene = new Scene(ap);
stage.setScene(scene);
stage.setTitle("Duke");
stage.setTitle("DukeProMax");
fxmlLoader.<MainWindow>getController().setDuke(duke);
stage.show();

Expand Down

0 comments on commit b51074a

Please sign in to comment.