In its current state, the Options Button is handled in HangmanGUI and the logic for creating the options GUI and the features it enables are also implemented in HangmanGUI.java. This is poor programming style, and makes HangmanGUI.java a confusing mess. This issue would work towards refactoring HangmanGUI as a whole by creating a new class called "OptionsMenu.java", or other descriptive name. Similar point amounts would be given for other menu items to be fixed in this way.
In its current state, the Options Button is handled in HangmanGUI and the logic for creating the options GUI and the features it enables are also implemented in HangmanGUI.java. This is poor programming style, and makes HangmanGUI.java a confusing mess. This issue would work towards refactoring HangmanGUI as a whole by creating a new class called "OptionsMenu.java", or other descriptive name. Similar point amounts would be given for other menu items to be fixed in this way.