Class JCalendarCDatePanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.gui.beans.swing.textBoxWithCalendar.JCalendarCDatePanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, IMethodsForGraphicalCalendarComponents

public class JCalendarCDatePanel extends JPanel implements IMethodsForGraphicalCalendarComponents, Serializable
Creates a Panel for include in other panels -> this panel allows users to set the date they want The difference from this class to the JCalendarDatePanel is that in this class the user can move the calendar with the mouse
Author:
Pablo Piqueras Bartolomé (p_queras@hotmail.com)
See Also:
  • Constructor Details

    • JCalendarCDatePanel

      public JCalendarCDatePanel()
      This is the default constructor: creates the panel with a JCalendar object
    • JCalendarCDatePanel

      public JCalendarCDatePanel(int width, int height)
      This is the default constructor with 2 parameters: creates the panel with a JCalendar object
  • Method Details