Calendar / DatePicker control
Tom Eugelink
tbee at tbee.org
Wed Jan 25 11:54:33 PST 2012
You (probably) have cloned the repository. Any work you do, you commit against your local repository and then you sync (merge) that repository with the central one on google. This is the basics. AFAIK there are no branches.
JFXtras for now is the semi official incubator for OpenJFX. We get to play and the Oracle guys (in our case Jonathan) will determine if it gets included in OpenJFX. In the end there will be one CalendarPicker that is included, and for that it must be structured as a JFX control, with a control class, behavior and skin. If you have issues with the current base Jonathan would like the control to start on, CalendarPickerX, than please open up a discussion. Probably in the JFXtras mailing list (although I can imagine keeping it here could be wise as well).
You naturally are always welcome to create your own implementation or skin, as part of JFXtras or as your own project.
Tom
On 2012-01-25 19:48, Christian Schudt wrote:
> Hi,
>
> ok, can someone/Jonathan/Tom explain me what to do exactly?
>
> I've looked at the google code and it seems I have to create a clone, where I can work on. I assume this is just like a branch.
>
> It seems there are already about 20 clones... Who will merge all this stuff? Or what is the process of getting a common code base? Honestly I doubt we could have THE one control eventually, since the code bases of the three existing calendar controls are too different.
>
> And what is the difference between JFXtras and OpenJFX? Will stuff from JFXtras be taken into OpenJFX, which eventually will be JavaFX 2.x ?
>
>
> Christian
>
>
>
>
> Am 22.01.2012 um 21:44 schrieb Jonathan Giles:
>
>> 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