Class JCalendarDatePanel

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

public class JCalendarDatePanel 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

    • JCalendarDatePanel

      public JCalendarDatePanel()
      Default Constructor
    • JCalendarDatePanel

      public JCalendarDatePanel(int width, int height)
      This is the default constructor with 2 parameters for set the size of the inner button
  • Method Details