Serialized Form
|
Package com.redcarton.alarmclock |
alarmClock
AlarmClock alarmClock
parent
Container parent
res
ResourceBundle res
- The resource handler for the localized strings.
largeFont
Font largeFont
smallFont
Font smallFont
alarmFont
Font alarmFont
backgroundColor
Color backgroundColor
foregroundColor
Color foregroundColor
alarm
Alarm alarm
- Keeps track of the alarm time.
time
Time time
- Keeps track of the curren time.
runBuzzer
boolean runBuzzer
- Whether the buzzer should be running.
aboutButton
JButton aboutButton
- The button to display the about dialog.
snoozeButton
JButton snoozeButton
- The button to snooze the alarm.
stopButton
JButton stopButton
- The button to stop the alarm.
alarmDisplay
com.redcarton.alarmclock.AlarmClock.AlarmDisplay alarmDisplay
- The display for the alarm time.
timeDisplay
com.redcarton.alarmclock.AlarmClock.TimeDisplay timeDisplay
- The display for the current time.
maxBuzzerTimer
Timer maxBuzzerTimer
- The timer to stop the alarm after an elapsed time if it hasn't been
stopped or snoozed.
parent
Container parent
aboutDialog
Window aboutDialog
aboutPanel
AboutPanel aboutPanel
alarmClock
AlarmClock alarmClock
- The alarm clock.