A great resource to help you climb the JavaFX Script learning curve is the Project OpenJFX site. According to the site, "Project OpenJFX is a project of the OpenJFX community for sharing early versions of the JavaFX Script language and for collaborating on its development. In the future, the JavaFX Script code will be open sourced. The governance, licensing, and community models will be worked out as the project evolves."
The Project OpenJFX site contains some tutorials, one of which concentrates on some of the user interface widgets available with JavaFX Script. It comes in two parts:
- Part 1 is very short, and contains information on using NetBeans with a plug-in to create a simple JavaFX Script program. By the way, in my previous post I showed you how to use JavaFXPad to create a JavaFX Script program.
- Part 2 takes a deep dive into many of the JavaFX Script widgets including layout widgets (components that enable you to layout the UI in a cross-platform manner). Under the covers, these widgets are actually Java Swing components and Java Layout Managers, but JavaFX Script's declarative syntax makes quick work of creating and using them.
By the way, if you prefer Eclipse, you can use the tutorial above with the Eclipse JavaFX plug-in as well.
Enjoy,
James Weaver
Hi Burner,
I had a question..?I am learning JavaFX and trying to do TableRendering example over on JavaFX.I am not able to render the component into TableCell.
>(); .
The TableCell is rendering the components to Table using above class.That class contains addCell(),updateCell()...,These methods are doing rendering of text into Table.I want that exact implementation of above class(>(); ) code.Can you please help me how to do that.
Actually this question is not related to your topic.But i am not knowing how to send this to you.That's why i am posting this.Any ways i am expecting a reply from you.
Thanks
Shaan
Posted by: shaan | January 26, 2008 at 10:25 AM
Thanks for posting the link to this blog on the JavaFX mailing list. The JavaFX community can really use dedicated websites provided valuable information on JavaFX (Script & Mobile) that is kept up to date.
I compiled a bunch of JavaFX Script links on my site, http://www.codecraig.com
Thanks!
Posted by: codecraig | October 30, 2007 at 04:51 AM