Category:JavaFX 1.2: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page on JavaFX.)
 
m (Add link to related language)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{library}}
JavaFX is a new software development kit for the Java platform.
JavaFX is a new software development kit for the Java platform.


It includes its own general-purpose programming language, JavaFX Script, and a class library focused on GUI construction.
It includes its own general-purpose programming language, [[JavaFX Script]], and a class library focused on GUI construction.


JavaFX programs run on a Java 6 SE JVM, and also on certain Java ME environments. The JavaFX library is divided in _profiles_: the Common profile (for all environments), the Desktop profile (for desktop client applications), and the Mobile profile (for smart phones and other mobile devices).
JavaFX programs run on a Java 6 SE JVM, and also on certain Java ME environments. The JavaFX library is divided in ''profiles'': the '''Common''' profile (for all environments), the '''Desktop''' profile (for desktop client applications), and the '''Mobile''' profile (for smart phones and other mobile devices).

Latest revision as of 10:40, 7 December 2009

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

JavaFX is a new software development kit for the Java platform.

It includes its own general-purpose programming language, JavaFX Script, and a class library focused on GUI construction.

JavaFX programs run on a Java 6 SE JVM, and also on certain Java ME environments. The JavaFX library is divided in profiles: the Common profile (for all environments), the Desktop profile (for desktop client applications), and the Mobile profile (for smart phones and other mobile devices).

Pages in category "JavaFX 1.2"

This category contains only the following page.