Serialized Form

Class NumberGuesser implements Serializable

Serialized Fields

numberPicker

NumberPicker numberPicker
Picks a number and tells you if your guess is right


numTries

int numTries
Number of tries


guess

int guess
Current guess


guessTextField

javax.swing.JTextField guessTextField
Textfield to let user enter guess


guessLabel

javax.swing.JLabel guessLabel
Label to ask uesr to guess


answerLabel

javax.swing.JLabel answerLabel
Label to show answer


numTriesLabel

javax.swing.JLabel numTriesLabel
Label to show the number of tries


checkGuessButton

javax.swing.JButton checkGuessButton
Label to check the guess