
If you've got a few minutes for a silly conversation that has some revealing insights into Java SE 6 Update 10 (the Get Deployment Right release) and JavaFX,...
0 replies - 4510 views - 02/18/08 by Jim Weaver in Articles

James Gosling had a lot to say about JavaFX Script and JavaFX Moble at JavaPolis 2007. The video of the Q&A session with James Gosling has just been...
5 replies - 5798 views - 02/16/08 by Jim Weaver in Articles

Java is such a great language and platform for any kind of application. It is open, fast, powerful, runs on any platform, and there are more jobs for Java than...
12 replies - 294580 views - 02/15/08 by Ryan De Laplante in Tips and Tricks

In previous posts I've demonstrated binding to an attribute, and binding to a sequence. Now I'd like to show you how to bind to a function. This is a very...
2 replies - 5315 views - 02/15/08 by Jim Weaver in Articles

Matthew McCullough of Ambient Ideas co-presented with me on JavaFX Script at the Boulder Java Users Group last evening. Matthew's JavaFX Script presentation...
0 replies - 5185 views - 02/13/08 by Jim Weaver in Articles

In the Binding to a Sequence in Compiled JavaFX Script article, we bound a ListBox to a sequence in the model. This binding causes the ListBox to stay in sync...
0 replies - 5065 views - 02/11/08 by Jim Weaver in Articles

The JavaFX Script Compiler team has made great strides recently in the area of sequence binding. For a refresher on sequences, see the Getting Plutoed post. ...
0 replies - 5061 views - 02/10/08 by Jim Weaver in Articles

Sequences (think arrays) are the main data structure in JavaFX Script. Sequences are useful for storing arrays of basic and object data types, as well as...
2 replies - 6120 views - 02/07/08 by Jim Weaver in Articles

In the Spinning Wheel Got to Go 'Round post, I showed you some basic animation in the context of a wheel that can be used to select a prize winner. Now I'd...
3 replies - 3893 views - 02/04/08 by Jim Weaver in News