Add: initialized GUI using FXML file and controller
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user