Serialized Form

Class SwingUI implements Serializable

Serialized Fields

txtBoard

javax.swing.JTextArea txtBoard
A text area for displaying the guessed letters


lblTitle

javax.swing.JLabel lblTitle
The title of the game


buttonPanel

javax.swing.JPanel buttonPanel
A panel to contain the row of buttons


lblTurns

javax.swing.JLabel lblTurns
A label for the turn counter


LetterButtons

javax.swing.JButton[] LetterButtons
array of buttons for the letters of the alphabet


board

Board board
the reference to the hangman Board


parent

HangmanLogic parent
the reference to the parent, the HangmanLogic