Skip to content

DateChooser is a JavaBeans library with swing components for date selection. It contains 3 datepicker beans: the panel, combo editor and the dialog window. All components support visual property customization without any IDE

License

jaruco/jdatechooser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDateChooser

DateChooser is a JavaBeans library with swing components for date selection. It contains 3 datepicker beans: the panel, combo editor and the dialog window. All components support visual property customization without any IDE

  • Date manipulations. You can use components to select one date, the period or several periods. It is possible to limit selection (for example you can allow only one date or period selection). Additional bounding properies: minimal and maximal dates, forbidden dates or periods.
  • Controls. Use arrows to move day cursor, PgUp/PgDown to change months, Home/End for year selection. To select several dates you can use mouse drag or click on cells with Ctrl and-or Shift buttons pressed. Space key can be used for cell selection too. With Alt button pressed you can use mouse click to move cursor to the need position without date selection.
  • Appearance customization. Two types of appearance profiles: Swing and Custom. Swing has a small amount of parameters, and its main aim is natural look within standart swing interface.
  • Table cell editors and renderers. Use methods bean.createTableCellEditor and bean.createTableCellRenderer to convert existing bean into TableCellXXX
  • Visual editors for all properties. If IDE does not support visual components customization, it is possible to run library file (DateChooser.jar) and configue need components using visual editors with full preview. This changes could be saved to the file and then loaded using a special service class (PermanentBean)
  • Universal customizer classes (DateCooserXXXCusomizer). They work only on the basis of the analysis the BeanInfo classes. So this customizers can be used for other beans.
  • Localization. The component supports all dates localizations presented in JDK. The user editors and properties descriptions are localized for two languages: Russian and English.

About

DateChooser is a JavaBeans library with swing components for date selection. It contains 3 datepicker beans: the panel, combo editor and the dialog window. All components support visual property customization without any IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.8%
  • Stata 1.5%
  • HTML 0.7%