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 - 1931 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 - 1805 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 - 3022 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 - 2079 views - 02/04/08 by Jim Weaver in News