Class DateDialog

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

public class DateDialog extends JDialog
Dialog for user friendly selecting date to be displayed in Day View.
See Also:
  • Field Details

    • TYPE_SWITCH_DATE

      public static final int TYPE_SWITCH_DATE
      Identifies dialog for switching current day view.
      See Also:
    • TYPE_COPY_TASK

      public static final int TYPE_COPY_TASK
      Identifies dialog for copying task to different day.
      See Also:
  • Constructor Details

    • DateDialog

      public DateDialog(Frame parent, Date date, int type)
      Creates new form DateDialog
  • Method Details

    • getFont

      public Font getFont()
      Returns font that should be used for all widgets in this component based on the language preferences specified by user.
      Specified by:
      getFont in interface MenuContainer
      Overrides:
      getFont in class Component
      Returns:
      Font to be used in this component.