Uploaded Presentation

This commit is contained in:
Jonas 2022-04-20 16:43:51 +02:00
parent 47f808bcab
commit 743ac7b1c4
3 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://docs.google.com/presentation/d/1P05Z7mlElpBMLLwA9-10xljq6AKBjLw6ok8hnHU09fU/edit?usp=sharing

View File

@ -104,7 +104,7 @@ public class ChatController implements Initializable {
});
/**
* Initialize what happens when the sen button is pressed
* Initialize what happens when the send button is pressed
*/
sendButton.setOnAction(new EventHandler<ActionEvent>() {
@Override