Serialized Form
|
Package com.softtech.swingcalendar |
selectedDate
java.util.Date selectedDate
- the Date (month, date, year) that was selected by user
calPanel
SwingCalendarPanel calPanel
- SwingCalendarPanel component used in dialog
borderLayout
java.awt.BorderLayout borderLayout
- dialog layout manager
btnOK
javax.swing.JButton btnOK
- OK button
btnCancel
javax.swing.JButton btnCancel
- Cancel button
contentPane
javax.swing.JPanel contentPane
btnCalendar
javax.swing.JButton btnCalendar
colNames
java.util.Vector colNames
- column names (days of week)
lastValidRow
int lastValidRow
- last valid row selected (reverts to this row if user clicks on a cell without a date in it)
lastValidCol
int lastValidCol
- last valid col selected (reverts to this row if user clicks on a cell without a date in it)
spaneCalendar
javax.swing.JScrollPane spaneCalendar
- calendar panel scroll pane
tblCalendar
javax.swing.JTable tblCalendar
- table that displays the days of the month
spinMonth
javax.swing.JSpinner spinMonth
- spinner control for the month
spinYear
javax.swing.JSpinner spinYear
- spinner control for the year
scrollPaneLayout
javax.swing.ScrollPaneLayout scrollPaneLayout
- layout manager for the scroll pane