JavaFX News
Sun is opening the Java Warehouse to developers in selected countries. Developers in these countries can submit applications for free distribution in the U.S.
Learn how to perform the tasks most commonly required for developing JavaFX applications. Look up the solution that best answers your question.
You can preview a number of books on developing RIAs with JavaFX, including:
Here are the May 6 technical sessions relating to JavaFX technology (check the online Content Catalog).
With this example program, learn how to use eight user interface (UI) components in JavaFX Script technology. (Part 2 of a series)
This update introduces new Java Plug-In, Java Kernel, Java Deployment Toolkit, new Java system properties, Java Quick Starter, hardware acceleration support, and Nimbus to provide an optimized consumer-end user experience.
At the last JavaPolis, JavaFX Script expert Jim Weaver gave an hourlong introduction to JavaFX Script presentation, which is now available online.
The distribution bundle includes several demos rewritten in compiled JavaFX Script and that run using Java WebStart. Draft javadoc-like documentation of the JavaFX UI Runtime API is available, as is javadoc for the javafxc Compiler API.
Sun engineer Arun Gupta updates this JavaFX Script client-server communication article with functionality from newer versions of GlassFish and NetBeans.
Start planning your time, with over 300 technical, collaborative, and hands-on sessions covering platforms, technologies, and applications. For an extensive list of content categories, session titles, and speaker details, search the JavaOne Content Catalog.
In this series, developer James Weaver lets us in on his learn-as-you-go process of creating a Tetris-like game in compiled JavaFX Script. If you need the OpenJFX compiler, Weaver shows you how to get it in an earlier blog.
Sun Microsystems' Joshua Marinacci has a new JavaFX Script series that uses "doodles" (code snippet samples) to explain JavaFX code. Here's part 2, on creating a tabbed rectangle.
Learn to use JavaFX Script technology to create a compiled JavaFX program that contains user interface components and 2D graphics. JavaFX Script expert Jim Weaver shows you how in part one of this new series.
Check out the various JavaFX Script demos that demonstrate Scene Graph concepts and functionality. You may be inspired to contribute one of your own.
IBM developerWorks offers a guide to JavaFX Script essentials in this article, working with the JavaFX Script Plugin for the Eclipse SDK.
In this interview with Redmond Developer News, Gosling answers wide ranging questions around JavaFX, which he describes as "a really strong, coordinated set of client-side technologies."
In his blog on JavaFX Script, James Weaver discusses some uses of Romain Guy's InfiniteProgressPanel widget, in the JavaFX Script UI library. Weaver promises demos of more UI widgets in future posts.
Robert Eckstein discusses Sun Microsystems' new JavaFX platform, including his three favorite features of the new JavaFX Script language.
Joshua Marinacci presents a demo that uses JavaFX Script to create Santa's Naughty-Nice pie chart, as well as a snow simulator. Have fun!
Silicon Valley joins Japan as the site of a JavaFX User Group. JavaFX team lead Richard Bair is the speaker at Its first meeting on December 9, 6 p.m., Mountain View, California.
Learn how to create an Image Slideshow with animated fade transitions. This step-by-step tutorial is accompanied by a screencast on how to program the application with the NetBeans IDE.
Always wanted SuDoKu at your fingertips, on your cell phone? The M-Kanji-SuDoKu game can run on mobile devices that support Java ME CLDC 1.0 and MIDP 1.0.
Chris Oliver explains JavaFX Script animation frameworks using a video poker game example. Animations for the deal and for the draw show your bet, cards, and scores.
The Scene Graph project provides "scene graph" functionality at the Java level, as well as providing one of the important runtime elements that the JavaFX Script language depends upon from the underlying platform.
The milestone 3 release of JavaFX Script plugin for the NetBeans IDE 6.0 FCS is available for download . It includes new features in the source editor: code folding, code completion, and support of syntax highlighting preference setting via the Options window.
Join Dana Nourie December 18th, Tues 9 AM PST and 7 PM PST, in Second Life at the Sun Microsystems Developer Playground to discover how easy it is to learn the Java platform through web programming. Watch a demo and have your questions answered.
The new community-generated JavaFX API Reference is now available for JavaFX classes. It lists brief descriptions of the classes and contains links to additional information.
This tutorial shows you how to use JavaFX Script in conjunction with NetBeans IDE 5.5.1 to access a web service using JAX-WS 2.1.
Here's a sampling of recent Sun blogs that provide JavaFX demos:
Radhika Gehant implements a Celsius Converter app.
Praveen Mohan offers several demos, including this rudimentary screensaver.
David Grieve, on a slightly twisted note, connects the emerging art of parkour with JavaFX Mobile.
Programmers use procedural code to define the user interface (UI) in the Java language but in JavaFX Script, you can use declarative statements to define the UI. John O'Conner ports an existing application to illustrate the differences.