- All Implemented Interfaces:
- de.cismet.tools.configuration.TakeoffHook
public class JXDatePickerHeaderTakeoff
extends Object
implements de.cismet.tools.configuration.TakeoffHook
This Takeoff is the first step in changing the header of a JXDatePicker, actually of its JXMonthView. The second step
is to make the monthview of a JXDatePicker instance zoomable (datePicker.getMonthView().setZoomable(true)). The new
header SpinningCalendarHeaderHandler will, beside of the normal header, also have a spinner to change the year.
Further information can be found in http://stackoverflow.com/questions/16111943/java-swing-jxdatepicker and in
Gilles' post http://stackoverflow.com/questions/20123886/jxdatepicker-change-year
Note: This should be considered as a hack, but no other solution is possible at the moment.
- Version:
- $Revision$, $Date$
- Author:
- Gilles Baatz
- See Also:
TimeFilterPanel