Java 类org.jfree.ui.DateChooserPanel 实例源码

项目:ccu-historian    文件:DateChooserPanelDemo.java   
/**
 * Creates a new demo.
 *
 * @param title  the frame title.
 */
public DateChooserPanelDemo(String title) {
    super(title);
    setContentPane(new DateChooserPanel());
}
项目:nabs    文件:DateChooserPanelDemo.java   
/**
 * Creates a new demo.
 *
 * @param title  the frame title.
 */
public DateChooserPanelDemo(String title) {
    super(title);
    setContentPane(new DateChooserPanel());
}
项目:proyecto-teoria-control-utn-frro    文件:DateChooserPanelDemo.java   
/**
 * Creates a new demo.
 *
 * @param title  the frame title.
 */
public DateChooserPanelDemo(String title) {
    super(title);
    setContentPane(new DateChooserPanel());
}