public void showIncorrect(){
		int curRow = board.getSelectedCell().getRow();
		int curCol = board.getSelectedCell().getCol();
		board.getSelectedButton().setCorrect(model.isCellCorrect(curRow, curCol));
	}