Class BasicDemo

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class BasicDemo extends JFrame
BasicDemo, This class demonstrates the most basic usage of the date and time picker components. More specifically, this class only demonstrates how to create the components and add them to a form. For a more extensive demonstration of all library components and their various optional settings, see "FullDemo.java".
See Also:
  • Constructor Details

    • BasicDemo

      public BasicDemo()
      Default Constructor.
  • Method Details

    • main

      public static void main(String[] args)
      main, This is the entry point for the basic demo.