Serialized Form


Package <Unnamed>

Class HTMLEditorApplet extends java.applet.Applet implements Serializable

Class SwingUI extends javax.swing.JFrame 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


controller

Controller controller
Reference to the controller listening to user actions