Class JCalendarDateEditor

All Implemented Interfaces:
com.toedter.calendar.IDateEditor, ActionListener, FocusListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CaretListener, Scrollable, SwingConstants

public class JCalendarDateEditor extends JFormattedTextField implements com.toedter.calendar.IDateEditor, CaretListener, FocusListener, ActionListener
This class is just a JTextFieldDateEditor that allows the user to enter either the day within (current) year or a McIDAS-X style "julian day" (YYYYDDD or YYDDD), in addition to the formatting allowed by JTextFieldDateEditor.
See Also: