correctLetter = true;
}
if(!outputLabel.getText().contains("_")) {
ScoreService scoreServiceCall = new ScoreService();
HashMap<String, Integer> scoresInfo = scoreServiceCall.readScores();
int userScore = triesLeftInt * 10;
if(scoresInfo.get("lowestScore") == null) {
String message = "You have won! \nYour score is " + userScore +
" ..and it is a highscore! \nWould you like to save your score?";