PromptSupport.setFocusBehavior(FocusBehavior.SHOW_PROMPT, nameSecondPlayer);
nameSecondPlayer.setEditable(true);
// Button that lets the user navigate back to the calling frame.
JButton backButton = new JButton(Constants.BACK_BUTTON);
backButton.addActionListener(new BackButtonListener(this,
new MenuScreen()));
// The text that the user entered.
// Button that lets the user continue to the PlayScreen.
JButton startButton = new JButton(Constants.START_BUTTON);