By bloid
via java.dzone.com
Published: Feb 08 2008 / 17:45
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 providing a structure to which UI components can be bound. For example, the elements in a ListBox can be bound to a sequence of String objects.
SaveShareSend
Tags: frameworks, java
Add your comment