List of usage examples for org.jfree.ui DateChooserPanel DateChooserPanel
public DateChooserPanel()
From source file:org.jfree.demo.DateChooserPanelDemo.java
/** * Creates a new demo.//from ww w .j a v a 2 s . co m * * @param title the frame title. */ public DateChooserPanelDemo(String title) { super(title); setContentPane(new DateChooserPanel()); }