In his Exploring Beautiful Languages blog, programming language enthusiast Luis Diego Fallas created a nice JavaFX Script applet example, and threw in a mini-lesson on Neville's Algorithm for free :-)
Here's a screenshot of the applet:
Luis walks you through all of the code in his example, which uses the newly introduced Application and Stage classes located in the javafx.application package. Go check it out, and leave a nice comment about his post! Incidentally, you can learn more about the Stage class in my Setting the "Stage" for the JavaFX SDK blog post.
Thanks Luis!
Jim Weaver
JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications
Immediate eBook (PDF) download available at the book's Apress site
Neville's algorithm is very cool, but what really impressed me is the simplicity of creating a graph. Does FX have a built-in graph component. A simple generalized graph component would be a huge benefit to using FX.
Posted by: Harrier | July 25, 2008 at 10:45 AM