Sonntag, 23. Juni 2013

Pushing my sources into a public repository

Hi all,

I just wanted you to know that I pushed my sources from this blog into a public respository on BitBucket.

I called my project "ExtFX", in the style of the JavaScript Framework "ExtJS".

I also added a permissive license (MIT license) to the code.

The repository also contains some cool interpolators, which are also included in many JavaScript web frameworks. I just translated them to JavaFX.

Besides the actual JAR file with some few controls from this blog, I also uploaded a little samples application and JavaDocs in the downloads section.

The date picker control underwent some changes since the last publication, including a cell factory for the date cells, (which allows for more customization), some bug fixes, cleaner and better documented code, min and max date, and some other minor improvements.

I'd be glad to get some feedback!
Have fun!