Skip to content

Commit

Permalink
Add window name for chatbot UI
Browse files Browse the repository at this point in the history
  • Loading branch information
C5hives committed Sep 18, 2024
1 parent 0f27ba5 commit d31873c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/lawrence/ui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public void start(Stage stage) {
AnchorPane ap = fxmlLoader.load();
Scene scene = new Scene(ap);
stage.setScene(scene);
stage.setTitle("Lawrence Chatbot");
fxmlLoader.<MainWindow>getController().setLawrence(lawrence);
stage.show();
} catch (IOException e) {
Expand Down

0 comments on commit d31873c

Please sign in to comment.