Add: initialized GUI using FXML file and controller

This commit is contained in:
2026-05-06 13:21:29 +02:00
parent 86a6300e37
commit dbdb6a0e3e
145 changed files with 192 additions and 73 deletions
@@ -4,7 +4,7 @@ import it.polimi.ingsw.gc14.Model.Game;
import it.polimi.ingsw.gc14.Network.NetworkEvent;
public interface IView {
public void update(Game game);
public void setModel(Game game);
public void render();
public void showMessage(String message);
public void showError(String message);