Calendar / DatePicker control

Jonathan Giles jonathan.giles at oracle.com
Sun Jan 22 12:44:03 PST 2012


Hi Christian,

It looks like you've put a heap of effort into this calendar picker - it 
looks very nice (and I especially like your use of CSS and animation).

As I said in the post you refer to, there are at least four calendar 
pickers I know of, and your one takes that to five! :-)

As you know, a calendar / date picker control is missing from JavaFX, 
and it is something that I would love to see included as soon as 
possible. This control could also be an excellent community contribution 
via OpenJFX. I have been suggesting to all date picker controls 
developers to move their code to JFXtras, and to work with the other 
developers on creating a single control that features the best features 
of all of them.

Of course, I know this isn't as fun as just writing and owning your own 
control, so feel free to do that if you want. My suggestion is to those 
that are keen to see their date picker possibly appear in OpenJFX.

If you were to move in to JFXtras and merge your work with the other 
developers, I would recommend basing the foundation on Toms 
CalendarPickerX [1], as it is built using the full Control API that a 
JavaFX control should use if it were to be made public.

[1] 
http://code.google.com/p/jfxtras/source/browse/controls/src/main/java/jfxtras/scene/control/CalendarPickerX.java

-- Jonathan


On 23/01/2012 2:54 a.m., Christian Schudt wrote:
> Hi together,
>
> I developed a Calendar / DatePicker control recently and thought you might be interested in it.
>
> As Jonathan suggested here (https://forums.oracle.com/forums/thread.jspa?threadID=2280830) I should write a mail here.
>
> I published a short description and the sources here:
>
> http://myjavafx.blogspot.com/2012/01/javafx-calendar-control.html
>
> I also read the UI specs and tried to stick to them, but some things are still missing.
>
> Kind regards,
> Christian


More information about the openjfx-dev mailing list