documentation for all major modules

This commit is contained in:
Clément
2025-03-12 23:16:39 +01:00
parent 0b6f5193a0
commit dfdaae163b
4 changed files with 94 additions and 13 deletions

View File

@@ -13,6 +13,10 @@ public class ClientLogin {
@FXML
public TextField usernameField;
/**
* Sets the username and switches to the loading screen.
* @throws IOException if the FXML file is not found.
*/
@FXML
private void login() throws IOException {
String username = usernameField.getText();