Open source JavaFX 2.0 component library [closed]
Do JavaFX 2.0 have any good component libraries / repositories?
In particular, I am looking for open source projects that I can use, learn and contribute
Solution
The best place to start is the open source of the platform itself At present, only controls are open source, but more projects will be added over time Join the mailing list on the link page to participate
Next, you can try the jfxtras project Its purpose is to develop and incubate controls, components and additional bits, as well as alternative methods available in JavaFX
Then, you have some projects, such as datafx, which checks the JavaFX interface with various data source providers. Grezi is an experimental demonstration framework using JavaFX, or you may want to check which JFX flow is the framework for developing JavaFX applications
If you prefer to write JavaFX APIs in other languages, you can check out the open source scalafx or groovyfx projects
JavaFX sample applications (such as assembly) adopt BSD license, so you can freely create your own JavaFX samples according to the framework provided by the application
I believe there are some other such projects that I missed or will form over time