<s>
JavaFX	B-Application
is	O
a	O
software	B-Device
platform	I-Device
for	O
creating	O
and	O
delivering	O
desktop	B-Application
applications	I-Application
,	O
as	O
well	O
as	O
rich	B-Application
web	I-Application
applications	I-Application
that	O
can	O
run	O
across	O
a	O
wide	O
variety	O
of	O
devices	O
.	O
</s>
<s>
JavaFX	B-Application
has	O
support	O
for	O
desktop	B-Device
computers	I-Device
and	O
web	B-Application
browsers	I-Application
on	O
Microsoft	B-Application
Windows	I-Application
,	O
Linux	B-Application
,	O
and	O
macOS	B-Application
,	O
as	O
well	O
as	O
mobile	B-Application
devices	I-Application
running	O
iOS	B-Application
and	O
Android	B-Application
.	O
</s>
<s>
On	O
desktops	O
,	O
JavaFX	B-Application
supports	O
Windows	B-Application
Vista	I-Application
,	O
Windows	B-Device
7	I-Device
,	O
Windows	B-Application
8	I-Application
,	O
Windows	B-Operating_System
10	I-Operating_System
,	O
macOS	B-Application
and	O
Linux	B-Application
operating	I-Application
systems	I-Application
.	O
</s>
<s>
Beginning	O
with	O
JavaFX	B-Application
1.2	O
,	O
Oracle	B-Application
has	O
released	O
beta	O
versions	O
for	O
OpenSolaris	B-Operating_System
.	O
</s>
<s>
On	O
mobile	O
,	O
JavaFX	B-Application
Mobile	O
1.x	O
is	O
capable	O
of	O
running	O
on	O
multiple	O
mobile	O
operating	B-General_Concept
systems	I-General_Concept
,	O
including	O
Symbian	B-Operating_System
OS	I-Operating_System
,	O
Windows	B-Operating_System
Mobile	I-Operating_System
,	O
and	O
proprietary	O
real-time	B-Operating_System
operating	I-Operating_System
systems	I-Operating_System
.	O
</s>
<s>
With	O
the	O
release	O
of	O
JDK	B-Language
11	O
in	O
2018	O
,	O
Oracle	B-Application
made	O
JavaFX	B-Application
part	O
of	O
the	O
OpenJDK	B-Language
under	O
the	O
OpenJFX	B-Application
project	O
,	O
in	O
order	O
to	O
increase	O
the	O
pace	O
of	O
its	O
development	O
.	O
</s>
<s>
Oracle	B-Application
support	O
for	O
JavaFX	B-Application
is	O
also	O
available	O
for	O
Java	B-Language
JDK	I-Language
8	O
through	O
March	O
2025	O
.	O
</s>
<s>
Open-source	B-Application
JavaFXPorts	O
works	O
for	O
iOS	B-Application
(	O
iPhone	O
and	O
iPad	O
)	O
and	O
Android	B-Application
and	O
embedded	O
(	O
Raspberry	B-Operating_System
Pi	I-Operating_System
)	O
;	O
and	O
the	O
related	O
commercial	O
software	O
created	O
under	O
the	O
name	O
"	O
Gluon	O
"	O
supports	O
the	O
same	O
mobile	B-Application
platforms	I-Application
with	O
additional	O
features	O
plus	O
desktop	B-Device
.	O
</s>
<s>
This	O
allows	O
a	O
single	O
source	O
code	O
base	O
to	O
create	O
applications	O
for	O
the	O
desktop	B-Device
,	O
iOS	B-Application
,	O
and	O
Android	B-Application
devices	O
.	O
</s>
<s>
JavaFX	B-Application
1.1	O
was	O
based	O
on	O
the	O
concept	O
of	O
a	O
"	O
common	O
profile	O
"	O
that	O
is	O
intended	O
to	O
span	O
across	O
all	O
devices	O
supported	O
by	O
JavaFX	B-Application
.	O
</s>
<s>
This	O
approach	O
makes	O
it	O
possible	O
for	O
developers	O
to	O
use	O
a	O
common	O
programming	O
model	O
while	O
building	O
an	O
application	O
targeted	O
for	O
both	O
desktop	B-Device
and	O
mobile	B-Application
devices	I-Application
and	O
to	O
share	O
much	O
of	O
the	O
code	O
,	O
graphics	O
assets	O
and	O
content	O
between	O
desktop	B-Device
and	O
mobile	O
versions	O
.	O
</s>
<s>
To	O
address	O
the	O
need	O
for	O
tuning	O
applications	O
on	O
a	O
specific	O
class	O
of	O
devices	O
,	O
the	O
JavaFX	B-Application
1.1	O
platform	O
includes	O
APIs	B-Application
that	O
are	O
desktop	B-Device
or	O
mobile-specific	O
.	O
</s>
<s>
For	O
example	O
,	O
the	O
JavaFX	B-Application
Desktop	B-Device
profile	O
includes	O
Swing	B-Language
and	O
advanced	O
visual	O
effects	O
.	O
</s>
<s>
For	O
the	O
end	O
user	O
,	O
the	O
"	O
Drag-to-Install	O
"	O
feature	O
enables	O
them	O
to	O
drag	O
a	O
JavaFX	B-Application
widget	O
-	O
an	O
application	O
residing	O
in	O
a	O
website	O
-	O
and	O
drop	O
it	O
onto	O
their	O
desktop	B-Device
.	O
</s>
<s>
The	O
application	O
will	O
not	O
lose	O
its	O
state	O
or	O
context	O
even	O
after	O
the	O
browser	B-Application
is	O
closed	O
.	O
</s>
<s>
An	O
application	O
can	O
also	O
be	O
re-launched	O
by	O
clicking	O
on	O
a	O
shortcut	O
that	O
gets	O
created	O
automatically	O
on	O
the	O
user	O
's	O
desktop	B-Device
.	O
</s>
<s>
This	O
behavior	O
is	O
enabled	O
out-of-the-box	O
by	O
the	O
Java	B-Language
applet	O
mechanism	O
since	O
the	O
Java	B-Language
6u10	O
update	O
,	O
and	O
is	O
leveraged	O
by	O
JavaFX	B-Application
from	O
the	O
underlying	O
Java	B-Language
layer	O
.	O
</s>
<s>
Sun	O
touts	O
"	O
Drag-to-Install	O
"	O
as	O
opening	O
up	O
of	O
a	O
new	O
distribution	O
model	O
and	O
allowing	O
developers	O
to	O
"	O
break	O
away	O
from	O
the	O
browser	B-Application
"	O
.	O
</s>
<s>
JavaFX	B-Application
1.x	O
included	O
a	O
set	O
of	O
plug-ins	O
for	O
Adobe	B-Operating_System
Photoshop	I-Operating_System
and	O
Illustrator	B-Language
that	O
enable	O
advanced	O
graphics	O
to	O
be	O
integrated	O
directly	O
into	O
JavaFX	B-Application
applications	O
.	O
</s>
<s>
The	O
plug-ins	O
generate	O
JavaFX	B-Language
Script	I-Language
code	O
that	O
preserves	O
the	O
layers	O
and	O
structure	O
of	O
the	O
graphics	O
.	O
</s>
<s>
There	O
is	O
also	O
an	O
SVG	B-Application
graphics	O
converter	O
tool	O
(	O
also	O
known	O
as	O
Media	O
Factory	O
)	O
that	O
allows	O
for	O
importing	O
graphics	O
and	O
previewing	O
assets	O
after	O
the	O
conversion	O
to	O
JavaFX	B-Application
format	O
.	O
</s>
<s>
Before	O
version	O
2.0	O
of	O
JavaFX	B-Application
,	O
developers	O
used	O
a	O
statically	O
typed	O
,	O
declarative	O
language	O
called	O
JavaFX	B-Language
Script	I-Language
to	O
build	O
JavaFX	B-Application
applications	O
.	O
</s>
<s>
Because	O
JavaFX	B-Language
Script	I-Language
was	O
compiled	O
to	O
Java	B-Language
bytecode	I-Language
,	O
programmers	O
could	O
also	O
use	O
Java	B-Language
code	I-Language
instead	O
.	O
</s>
<s>
JavaFX	B-Application
applications	O
could	O
run	O
on	O
any	O
desktop	B-Device
that	O
could	O
run	O
Java	B-Language
SE	I-Language
.	O
</s>
<s>
JavaFX	B-Application
2.0	O
and	O
later	O
is	O
implemented	O
as	O
a	O
"	O
native	O
"	O
Java	B-Language
library	O
,	O
and	O
applications	O
using	O
JavaFX	B-Application
are	O
written	O
in	O
"	O
native	O
"	O
Java	B-Language
code	I-Language
.	O
</s>
<s>
JavaFX	B-Language
Script	I-Language
has	O
been	O
scrapped	O
by	O
Oracle	B-Application
,	O
but	O
development	O
is	O
being	O
continued	O
in	O
the	O
Visage	O
project	O
.	O
</s>
<s>
JavaFX	B-Application
2.x	O
does	O
not	O
support	O
the	O
Solaris	B-Application
operating	I-Application
system	I-Application
or	O
mobile	O
phones	O
;	O
however	O
,	O
Oracle	B-Application
plans	O
to	O
integrate	O
JavaFX	B-Application
to	O
Java	B-Language
SE	I-Language
Embedded	O
8	O
,	O
and	O
Java	B-Application
FX	I-Application
for	O
ARM	B-Architecture
processors	I-Architecture
is	O
in	O
developer	O
preview	O
phase	O
.	O
</s>
<s>
Sun	O
Microsystems	O
licensed	O
a	O
custom	O
typeface	O
called	O
Amble	O
for	O
use	O
on	O
JavaFX-powered	O
devices	O
.	O
</s>
<s>
The	O
font	O
family	O
was	O
designed	O
by	O
mobile	O
user	B-Application
interface	I-Application
design	O
specialists	O
Punchcut	O
and	O
is	O
available	O
as	O
part	O
of	O
the	O
JavaFX	B-Application
SDK	B-Application
1.3	O
Release	O
.	O
</s>
<s>
WebView	O
,	O
the	O
embedded	O
browser	B-Application
component	O
,	O
supports	O
the	O
following	O
HTML5	O
features	O
:	O
</s>
<s>
JavaFX	B-Application
Mobile	O
was	O
the	O
implementation	O
of	O
the	O
JavaFX	B-Application
platform	O
for	O
rich	B-Application
web	I-Application
applications	I-Application
aimed	O
at	O
mobile	B-Application
devices	I-Application
.	O
</s>
<s>
JavaFX	B-Application
Mobile	O
1.x	O
applications	O
can	O
be	O
developed	O
in	O
the	O
same	O
language	O
,	O
JavaFX	B-Language
Script	I-Language
,	O
as	O
JavaFX	B-Application
1.x	O
applications	O
for	O
browser	B-Application
or	O
desktop	B-Device
,	O
and	O
using	O
the	O
same	O
tools	O
:	O
JavaFX	B-Application
SDK	B-Application
and	O
the	O
JavaFX	B-Application
Production	O
Suite	O
.	O
</s>
<s>
This	O
concept	O
makes	O
it	O
possible	O
to	O
share	O
code-base	O
and	O
graphics	O
assets	O
for	O
desktop	B-Device
and	O
mobile	O
applications	O
.	O
</s>
<s>
Through	O
integration	O
with	O
Java	B-Language
ME	I-Language
,	O
the	O
JavaFX	B-Application
applications	O
have	O
access	O
to	O
capabilities	O
of	O
the	O
underlying	O
handset	O
,	O
such	O
as	O
the	O
filesystem	B-Application
,	O
camera	O
,	O
GPS	O
,	O
bluetooth	B-Protocol
or	O
accelerometer	O
.	O
</s>
<s>
An	O
independent	O
application	B-Device
platform	I-Device
built	O
on	O
Java	B-Language
,	O
JavaFX	B-Application
Mobile	O
is	O
capable	O
of	O
running	O
on	O
multiple	O
mobile	O
operating	B-General_Concept
systems	I-General_Concept
,	O
including	O
Android	B-Application
,	O
Windows	B-Operating_System
Mobile	I-Operating_System
,	O
and	O
proprietary	O
real-time	B-Operating_System
operating	I-Operating_System
systems	I-Operating_System
.	O
</s>
<s>
JavaFX	B-Application
Mobile	O
was	O
publicly	O
available	O
as	O
part	O
of	O
the	O
JavaFX	B-Application
1.1	O
release	O
announced	O
by	O
Sun	O
Microsystems	O
on	O
February	O
12	O
,	O
2009	O
.	O
</s>
<s>
Sun	O
planned	O
to	O
enable	O
out-of-the-box	O
support	O
of	O
JavaFX	B-Application
on	O
the	O
devices	O
by	O
working	O
with	O
handset	O
manufacturers	O
and	O
mobile	O
operators	O
to	O
preload	O
the	O
JavaFX	B-Application
Mobile	O
runtime	O
on	O
the	O
handsets	O
.	O
</s>
<s>
JavaFX	B-Application
Mobile	O
running	O
on	O
an	O
Android	B-Application
was	O
demonstrated	O
at	O
JavaOne	O
2008	O
and	O
selected	O
partnerships	O
(	O
incl	O
.	O
</s>
<s>
LG	O
Electronics	O
,	O
Sony	O
Ericsson	O
)	O
were	O
announced	O
at	O
the	O
JavaFX	B-Application
Mobile	O
launch	O
in	O
February	O
,	O
2009	O
.	O
</s>
<s>
JavaFX	B-Application
2.x	O
platform	O
includes	O
the	O
following	O
components	O
:	O
</s>
<s>
The	O
JavaFX	B-Application
SDK	B-Application
:	O
runtime	O
tools	O
.	O
</s>
<s>
Java	B-Application
FX	I-Application
1.x	O
also	O
included	O
JavaFX	B-Application
compiler	O
,	O
which	O
is	O
now	O
obsolete	O
as	O
JavaFX	B-Application
user	O
code	O
is	O
written	O
in	O
Java	B-Language
.	O
</s>
<s>
NetBeans	B-Application
IDE	I-Application
for	O
JavaFX	B-Application
:	O
NetBeans	B-Application
with	O
drag-and-drop	O
palette	O
to	O
add	O
objects	O
with	O
transformations	O
,	O
effects	O
and	O
animations	O
plus	O
a	O
set	O
of	O
samples	O
and	O
best	O
practices	O
.	O
</s>
<s>
For	O
JavaFX	B-Application
2	O
support	O
you	O
need	O
at	O
least	O
NetBeans	B-Application
7.1.1	O
.	O
</s>
<s>
JavaFX	B-Application
scene	O
builder	O
:	O
This	O
was	O
introduced	O
for	O
Java	B-Application
FX	I-Application
2.1	O
and	O
later	O
.	O
</s>
<s>
A	O
user	B-Application
interface	I-Application
(	O
UI	O
)	O
is	O
created	O
by	O
dragging	O
and	O
dropping	O
controls	O
from	O
a	O
palette	O
.	O
</s>
<s>
This	O
information	O
is	O
saved	O
as	O
an	O
FXML	B-Language
file	O
,	O
a	O
special	O
XML	O
format	O
.	O
</s>
<s>
JavaFX	B-Language
Script	I-Language
,	O
the	O
scripting	O
component	O
of	O
JavaFX	B-Application
,	O
began	O
life	O
as	O
a	O
project	O
by	O
Chris	O
Oliver	O
called	O
F3	B-Language
.	O
</s>
<s>
Sun	O
Microsystems	O
first	O
announced	O
JavaFX	B-Application
at	O
the	O
JavaOne	O
Worldwide	O
Java	B-Language
Developer	O
conference	O
in	O
May	O
2007	O
.	O
</s>
<s>
In	O
May	O
2008	O
Sun	O
Microsystems	O
announced	O
plans	O
to	O
deliver	O
JavaFX	B-Application
for	O
the	O
browser	B-Application
and	O
desktop	B-Device
by	O
the	O
third	O
quarter	O
of	O
2008	O
,	O
and	O
JavaFX	B-Application
for	O
mobile	B-Application
devices	I-Application
in	O
the	O
second	O
quarter	O
of	O
2009	O
.	O
</s>
<s>
Sun	O
also	O
announced	O
a	O
multi-year	O
agreement	O
with	O
On2	B-Application
Technologies	I-Application
to	O
bring	O
comprehensive	O
video	O
capabilities	O
to	O
the	O
JavaFX	B-Application
product	O
family	O
using	O
the	O
company	O
's	O
TrueMotion	B-Application
Video	B-Application
codec	I-Application
.	O
</s>
<s>
Since	O
end	O
of	O
July	O
2008	O
,	O
developers	O
could	O
download	O
a	O
preview	O
of	O
the	O
JavaFX	B-Application
SDK	B-Application
for	O
Windows	O
and	O
Macintosh	O
,	O
as	O
well	O
as	O
the	O
JavaFX	B-Application
plugin	O
for	O
NetBeans	B-Application
6.1	I-Application
.	O
</s>
<s>
Major	O
releases	O
since	O
JavaFX	B-Application
1.1	O
have	O
a	O
release	O
name	O
based	O
on	O
a	O
street	O
or	O
neighborhood	O
in	O
San	O
Francisco	O
.	O
</s>
<s>
On	O
December	O
4	O
,	O
2008	O
,	O
Sun	O
released	O
JavaFX	B-Application
1.0.2	O
.	O
</s>
<s>
JavaFX	B-Application
for	O
mobile	O
development	O
was	O
finally	O
made	O
available	O
as	O
part	O
of	O
the	O
JavaFX	B-Application
1.1	O
release	O
(	O
named	O
Franca	O
)	O
announced	O
officially	O
on	O
February	O
12	O
,	O
2009	O
.	O
</s>
<s>
JavaFX	B-Application
1.2	O
(	O
named	O
Marina	O
)	O
was	O
released	O
at	O
JavaOne	O
on	O
June	O
2	O
,	O
2009	O
.	O
</s>
<s>
JavaFX	B-Application
1.3	O
(	O
named	O
Soma	O
)	O
was	O
released	O
on	O
April	O
22	O
,	O
2010	O
.	O
</s>
<s>
JavaFX	B-Application
1.3.1	O
was	O
released	O
on	O
August	O
21	O
,	O
2010	O
.	O
</s>
<s>
JavaFX	B-Application
2.0	O
(	O
named	O
Presidio	O
)	O
was	O
released	O
on	O
October	O
10	O
,	O
2011	O
.	O
</s>
<s>
A	O
new	O
set	O
of	O
Java	B-Language
APIs	B-Application
opening	O
JavaFX	B-Application
capabilities	O
to	O
all	O
Java	B-Language
developers	O
,	O
without	O
the	O
need	O
for	O
them	O
to	O
learn	O
a	O
new	O
scripting	O
language	O
.	O
</s>
<s>
Java	B-Application
FX	I-Application
Script	O
support	O
was	O
dropped	O
permanently	O
.	O
</s>
<s>
Dropping	O
support	O
for	O
JavaFX	B-Application
Mobile	O
.	O
</s>
<s>
Oracle	B-Application
announcing	O
its	O
intent	O
to	O
open-source	B-Application
JavaFX	B-Application
.	O
</s>
<s>
JavaFX	B-Application
runtime	O
turning	O
to	O
be	O
platform-specific	O
,	O
utilizing	O
system	O
capabilities	O
,	O
as	O
video	B-Application
codec	I-Application
available	O
on	O
the	O
system	O
;	O
instead	O
of	O
implementing	O
only	O
one	O
cross-platform	B-Operating_System
runtime	O
as	O
with	O
JavaFX	B-Application
1.x	O
.	O
</s>
<s>
Various	O
improvements	O
have	O
been	O
made	O
within	O
the	O
JavaFX	B-Application
libraries	O
for	O
multithreading	O
.	O
</s>
<s>
The	O
Task	O
APIs	B-Application
have	O
been	O
updated	O
to	O
support	O
much	O
more	O
concise	O
threading	O
capabilities	O
(	O
i.e.	O
</s>
<s>
the	O
JavaTaskBase	O
class	O
is	O
no	O
longer	O
necessary	O
since	O
all	O
the	O
APIs	B-Application
are	O
in	O
Java	B-Language
,	O
and	O
the	O
requirement	O
to	O
have	O
a	O
callback	O
interface	O
and	O
Java	B-Language
implementation	O
class	O
are	O
no	O
longer	O
necessary	O
)	O
.	O
</s>
<s>
In	O
addition	O
,	O
the	O
scene	B-Data_Structure
graph	I-Data_Structure
has	O
been	O
designed	O
to	O
allow	O
scenes	O
to	O
be	O
constructed	O
on	O
background	O
threads	O
and	O
then	O
attached	O
to	O
"	O
live	O
"	O
scenes	O
in	O
a	O
threadsafe	B-Operating_System
manner	O
.	O
</s>
<s>
On	O
May	O
26	O
,	O
2011	O
,	O
Oracle	B-Application
released	O
the	O
JavaFX	B-Application
2.0	O
Beta	O
.	O
</s>
<s>
The	O
beta	O
release	O
was	O
only	O
made	O
available	O
for	O
32	O
and	O
64	O
bit	O
versions	O
of	O
Microsoft	B-Application
Windows	I-Application
XP	O
,	O
Windows	B-Application
Vista	I-Application
and	O
Windows	B-Device
7	I-Device
.	O
</s>
<s>
An	O
Early	O
Access	O
version	O
for	O
Mac	B-Application
OS	I-Application
X	I-Application
was	O
also	O
available	O
for	O
members	O
of	O
the	O
JavaFX	B-Application
Partner	O
Program	O
at	O
the	O
time	O
,	O
while	O
Linux	B-Application
support	O
was	O
planned	O
for	O
a	O
future	O
release	O
of	O
JavaFX	B-Application
.	O
</s>
<s>
JavaFX	B-Application
2.0	O
was	O
released	O
with	O
only	O
Windows	O
support	O
.	O
</s>
<s>
Mac	B-Application
OS	I-Application
X	I-Application
support	O
was	O
added	O
with	O
JavaFX	B-Application
2.1	O
.	O
</s>
<s>
Linux	B-Application
support	O
was	O
added	O
with	O
JavaFX	B-Application
2.2	O
.	O
</s>
<s>
JavaFX	B-Application
2.0	O
makes	O
use	O
of	O
a	O
new	O
declarative	O
XML	O
language	O
called	O
FXML	B-Language
.	O
</s>
<s>
On	O
April	O
27	O
,	O
2012	O
,	O
Oracle	B-Application
released	O
version	O
2.1	O
of	O
JavaFX	B-Application
,	O
which	O
includes	O
the	O
following	O
main	O
features	O
:	O
</s>
<s>
On	O
August	O
14	O
,	O
2012	O
,	O
Oracle	B-Application
released	O
version	O
2.2	O
of	O
JavaFX	B-Application
,	O
which	O
includes	O
the	O
following	O
main	O
features	O
:	O
</s>
<s>
JavaFX	B-Application
2.2	O
adds	O
new	O
packaging	O
option	O
called	O
Native	O
Packaging	O
,	O
allowing	O
packaging	O
of	O
an	O
application	O
as	O
a	O
"	O
native	O
bundle	O
"	O
.	O
</s>
<s>
This	O
gives	O
users	O
a	O
way	O
to	O
install	O
and	O
run	O
an	O
application	O
without	O
any	O
external	O
dependencies	O
on	O
a	O
system	O
JRE	O
or	O
FX	O
SDK	B-Application
.	O
</s>
<s>
As	O
of	O
Oracle	B-Application
Java	B-Language
SE	I-Language
7	O
update	O
6	O
and	O
Java	B-Application
FX	I-Application
2.2	O
,	O
JavaFX	B-Application
is	O
bundled	O
to	O
be	O
installed	O
with	O
Oracle	B-Application
Java	B-Language
SE	I-Language
platform	I-Language
.	O
</s>
<s>
JavaFX	B-Application
is	O
now	O
part	O
of	O
the	O
JRE/JDK	O
for	O
Java	B-Language
8	O
(	O
released	O
on	O
March	O
18	O
,	O
2014	O
)	O
and	O
has	O
the	O
same	O
numbering	O
,	O
i.e.	O
,	O
JavaFX	B-Application
8	O
.	O
</s>
<s>
JavaFX	B-Application
8	O
adds	O
several	O
new	O
features	O
,	O
including	O
:	O
</s>
<s>
JavaFX	B-Application
9	O
features	O
were	O
centered	O
on	O
extracting	O
some	O
useful	O
private	O
APIs	B-Application
from	O
the	O
JavaFX	B-Application
code	O
to	O
make	O
these	O
APIs	B-Application
public	O
:	O
</s>
<s>
Oracle	B-Application
announced	O
their	O
intention	O
to	O
stop	O
shipping	O
JavaFX	B-Application
with	O
JDK	B-Language
11	O
and	O
later	O
.	O
</s>
<s>
JavaFX	B-Application
11	O
was	O
first	O
shipped	O
in	O
September	O
2018	O
.	O
</s>
<s>
JavaFX	B-Application
11.0.2	O
is	O
the	O
latest	O
public	O
release	O
of	O
JavaFX	B-Application
11	O
.	O
</s>
<s>
JavaFX	B-Application
11.0.16	O
is	O
the	O
latest	O
release	O
of	O
JavaFX	B-Application
11	O
for	O
those	O
with	O
a	O
long-term	O
support	O
contract	O
.	O
</s>
<s>
JavaFX	B-Application
12	O
was	O
first	O
shipped	O
in	O
March	O
2019	O
.	O
</s>
<s>
JavaFX	B-Application
12.0.1	O
.	O
</s>
<s>
JavaFX	B-Application
13	O
shipped	O
in	O
September	O
2019	O
.	O
</s>
<s>
JavaFX	B-Application
14	O
was	O
released	O
in	O
March	O
2020	O
.	O
</s>
<s>
JavaFX	B-Application
15	O
was	O
released	O
in	O
September	O
2020	O
.	O
</s>
<s>
JavaFX	B-Application
16	O
was	O
released	O
in	O
March	O
2021	O
.	O
</s>
<s>
JavaFX	B-Application
17	O
was	O
released	O
in	O
September	O
2021	O
.	O
</s>
<s>
JavaFX	B-Application
18	O
was	O
released	O
in	O
March	O
2022	O
.	O
</s>
<s>
JavaFX	B-Application
19	O
was	O
released	O
in	O
September	O
2022	O
.	O
</s>
<s>
Oracle	B-Application
also	O
announced	O
in	O
November	O
2012	O
the	O
open	O
sourcing	O
of	O
Decora	O
,	O
a	O
DSL	B-Language
Shader	I-Language
language	I-Language
for	O
JavaFX	B-Application
allowing	O
to	O
generate	O
Shaders	O
for	O
OpenGL	B-Application
and	O
Direct3D	B-Application
.	O
</s>
<s>
Oracle	B-Application
wrote	O
in	O
its	O
Client	O
Support	O
Roadmap	O
that	O
JavaFX	B-Application
new	O
fixes	O
will	O
continue	O
to	O
be	O
supported	O
on	O
Java	B-Language
SE	I-Language
8	O
through	O
March	O
2025	O
.	O
</s>
<s>
Previously	O
,	O
Oracle	B-Application
announced	O
that	O
they	O
are	O
"	O
working	O
with	O
interested	O
third	O
parties	O
to	O
make	O
it	O
easier	O
to	O
build	O
and	O
maintain	O
JavaFX	B-Application
as	O
a	O
separately	O
distributable	O
open-source	B-Application
module.	O
"	O
</s>
<s>
JavaFX	B-Application
will	O
continue	O
to	O
be	O
supported	O
in	O
the	O
future	O
by	O
the	O
company	O
Gluon	O
as	O
a	O
downloadable	O
module	O
in	O
addition	O
to	O
the	O
JDK	B-Language
.	O
</s>
<s>
As	O
of	O
March	O
2014	O
JavaFX	B-Application
is	O
deployed	O
on	O
Microsoft	B-Application
Windows	I-Application
,	O
OS	B-Application
X	I-Application
,	O
and	O
Linux	B-Application
.	O
</s>
<s>
Oracle	B-Application
has	O
an	O
internal	O
port	O
of	O
JavaFX	B-Application
on	O
iOS	B-Application
and	O
Android	B-Application
.	O
</s>
<s>
Support	O
for	O
ARM	B-Architecture
is	O
available	O
starting	O
with	O
JavaFX	B-Application
8	O
On	O
February	O
11	O
,	O
2013	O
,	O
Richard	O
Bair	O
,	O
chief	O
architect	O
of	O
the	O
Client	O
Java	B-Language
Platform	O
at	O
Oracle	B-Application
,	O
announced	O
that	O
Oracle	B-Application
would	O
open-source	B-Application
the	O
iOS	B-Application
and	O
Android	B-Application
implementations	O
of	O
its	O
JavaFX	B-Application
platform	O
in	O
the	O
next	O
two	O
months	O
.	O
</s>
<s>
Starting	O
with	O
version	O
8u33	O
of	O
JDK	B-Language
for	O
ARM	B-Architecture
,	O
support	O
for	O
JavaFX	B-Application
Embedded	O
has	O
been	O
removed	O
.	O
</s>
<s>
A	O
commercial	O
port	O
of	O
JavaFX	B-Application
for	O
Android	B-Application
and	O
iOS	B-Application
has	O
been	O
created	O
under	O
the	O
name	O
"	O
Gluon	O
"	O
.	O
</s>
<s>
There	O
are	O
various	O
licenses	O
for	O
the	O
modules	O
that	O
compose	O
the	O
JavaFX	B-Application
runtime	O
:	O
</s>
<s>
The	O
JavaFX	B-Application
compiler	O
and	O
an	O
older	O
version	O
of	O
the	O
2D	O
Scene	B-Data_Structure
graph	I-Data_Structure
are	O
released	O
under	O
a	O
GPL	B-License
v2	O
license	O
,	O
</s>
<s>
The	O
NetBeans	B-Application
plugin	O
for	O
JavaFX	B-Application
is	O
dual	O
licensed	O
under	O
GPL	B-License
v2	O
and	O
CDDL	B-Application
.	O
</s>
<s>
During	O
development	O
,	O
Sun	O
explained	O
they	O
will	O
roll	O
out	O
their	O
strategy	O
for	O
the	O
JavaFX	B-Application
licensing	O
model	O
for	O
JavaFX	B-Application
first	O
release	O
.	O
</s>
<s>
After	O
the	O
release	O
in	O
2008	O
,	O
Jeet	O
Kaul	O
,	O
Sun	O
's	O
Vice	O
president	O
for	O
Client	O
Software	O
,	O
explained	O
that	O
they	O
will	O
soon	O
publish	O
a	O
specification	O
for	O
JavaFX	B-Application
and	O
its	O
associated	O
file	O
formats	O
,	O
and	O
will	O
continue	O
to	O
open-source	B-Application
the	O
JavaFX	B-Application
runtime	O
,	O
and	O
decouple	O
this	O
core	O
from	O
the	O
proprietary	O
parts	O
licensed	O
by	O
external	O
parties	O
.	O
</s>
<s>
At	O
JavaOne	O
2011	O
,	O
Oracle	B-Application
Corporation	I-Application
announced	O
that	O
JavaFX	B-Application
2.0	O
would	O
become	O
open-source	B-Application
.	O
</s>
<s>
Since	O
December	O
2011	O
,	O
Oracle	B-Application
began	O
to	O
open-source	B-Application
the	O
JavaFX	B-Application
code	O
under	O
the	O
GPL+linking	O
exception	O
.	O
</s>
<s>
In	O
December	O
2012	O
,	O
new	O
portions	O
of	O
the	O
JavaFX	B-Application
source	O
code	O
were	O
open-sourced	O
by	O
Oracle	B-Application
:	O
</s>
