Example usage for org.jfree.ui DateChooserPanel DateChooserPanel

List of usage examples for org.jfree.ui DateChooserPanel DateChooserPanel

Introduction

In this page you can find the example usage for org.jfree.ui DateChooserPanel DateChooserPanel.

Prototype

public DateChooserPanel() 

Source Link

Document

Constructs a new date chooser panel, using today's date as the initial selection.

Usage

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());
}