documentation for all major modules
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user