Chapter 1. Introduction

Table of Contents

1. What is Java Date Picker
2. How to Install
3. Requirements
4. What's New
4.1. Version 3.2 (October 12, 2004)
4.2. Version 3.1 (August 30, 2004)
4.3. Version 3.0 (June 18, 2004)
4.4. Version 2.4 (May 3, 2004)
4.5. Version 2.3.1 (April 15, 2004)
4.6. Version 2.3 (March 25, 2004)
4.7. Version 2.2 (February 23, 2004)
4.8. Version 2.1 (February 2, 2004)
4.9. Version 2.0.1 (January 21, 2004)
4.10. Version 2.0 (December 15, 2003)
5. More Help

Date input and selection is an important operation in most desktop applications. As the Java language gained strong popularity and support, it started to be used intensively for the development of such applications. However, the Swing library does not contain components for such operations. With Java Date Picker you can solve this shortage as it contains components to suit even the most complex date selection operations.

1. What is Java Date Picker

Java Date Picker is a suite of powerful date components for Swing. The dates available for selection can be restricted according to a specified pattern. Users can also do single or multiple date selection. So far, the available components are a one month calendar, a date field and an editable date picker. The components can be internationalized, have support for mouse and keyboard and they can be used with any look and feel (Metal, Motif, Windows, Aqua and custom ones).

The calendar component is perhaps the most important component because it makes it easier for the users to view and select dates by means of an intuitive interface.

The date field can be used as a date/time editor in applications where users make extensive use of the keyboard. The date field can be customized to use shortcut strings for dates.

The date picker component displays date information and acts as an interface through which a date can be modified. Users can change dates using the built-in editor or the drop down calendar.