Package com.github.lgooddatepicker.demo
Class FullDemo
- java.lang.Object
-
- com.github.lgooddatepicker.demo.FullDemo
-
public class FullDemo extends java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description FullDemo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
main, The application entry point.
-