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

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