public void setPlayerLocationOnPanel(int player, int location) { playScreen.setPlayerLocationOnPanel(player, location); }
public int getActionAnswer(ArrayList<Integer> actions, String tileName) { return playScreen.getActionAnswer(actions, tileName); }
public void showResult(String message) { playScreen.showResult(message); }
public void setFocusOnPlayScreen() { playScreen.requestFocus(); playScreen.requestFocusInWindow(); }