WIP Totem

This commit is contained in:
2026-05-13 18:51:23 +02:00
parent 4fc2c1a458
commit 38bfcacbb5
10 changed files with 67 additions and 11 deletions
@@ -26,6 +26,8 @@ public class ClientController {
/** Network client (either TCP or RMI) */
private IClient client;
public String myUsername;
/**
* Constructs the ClientController.
@@ -56,6 +58,10 @@ public class ClientController {
view.setModel(miniModel);
}
public void setMyUsername (String username) {
this.myUsername=username;
}
/**
* Displays an error message in the view.