Serialized Form


Package com.mindprod.holidays

Class com.mindprod.holidays.Holidays extends javax.swing.JApplet implements Serializable

Serialized Fields

holidayDelegate

HolInfo[] holidayDelegate
A delegate object that implements the HolInfo abstract class. That lets us execute code for a number of different holidays given only the name of the class that computes them. We dynamically load the HolInfo classes with Class.forName.


shift

javax.swing.JComboBox shift
ACTUAL if you want the actual date of the holiday. SHIFTED if you want the date taken off work, usually the nearest weekday.


terse

javax.swing.JComboBox terse
choice of terse or verbose calendar.


about

com.mindprod.common13.JEButton about
about box


instructions

javax.swing.JLabel instructions
prompt on how to use the Applet.


theYearLabel

javax.swing.JLabel theYearLabel
Label for year field


title

javax.swing.JLabel title
Applet title


title2

javax.swing.JLabel title2
title, second line


scroller

javax.swing.JScrollPane scroller
scroll results


display

javax.swing.JTextArea display
The region where we display the list of holidays


theYear

javax.swing.JTextField theYear
the year for which we display holidays