public class FullDemo
extends Object
FullDemo, This class contains a demonstration of various features of the DatePicker library
components.
Optional features: Most of the features shown in this demo are optional. The simplest usage only
requires creating a date picker instance and adding it to a panel or window. The selected date
can then be retrieved with the function datePicker.getDate(). For a simpler demo, see
"BasicDemo.java".
Running the demo: This is an executable demonstration. To run the demo, click "run file" (or the
equivalent command) for the class in your IDE.