K
Knute Johnson
I was doing some investigation of JavaFX and found a Q&A on the
javafx.com website.
"6. Is JavaFX replacing Swing as the new client UI library for Java SE?
Yes. However, Swing will remain part of the Java SE specification for
the foreseeable future, and is included in the JRE. On one hand, Swing
is widely used in existing Java desktop applications, but relies on an
old architecture, which requires a certain level of expertise and
specialization. On the other hand, JavaFX features a set of modern UI
controls that can be skinned using standard CSS techniques. While we
recommend developers to leverage JavaFX APIs as much as possible when
building new applications, it is possible to use Swing and JavaFX within
the same application, allowing developers to extend existing Swing
applications."
I've just started playing with JavaFX and I've got a long way to go to
really understand it but it looks fairly simple. I don't know what it
is going to be like to produce the type of GUI interfaces that I usually
do for work with it though.
Maybe we need a comp.lang.java.fx group.
knute...
javafx.com website.
"6. Is JavaFX replacing Swing as the new client UI library for Java SE?
Yes. However, Swing will remain part of the Java SE specification for
the foreseeable future, and is included in the JRE. On one hand, Swing
is widely used in existing Java desktop applications, but relies on an
old architecture, which requires a certain level of expertise and
specialization. On the other hand, JavaFX features a set of modern UI
controls that can be skinned using standard CSS techniques. While we
recommend developers to leverage JavaFX APIs as much as possible when
building new applications, it is possible to use Swing and JavaFX within
the same application, allowing developers to extend existing Swing
applications."
I've just started playing with JavaFX and I've got a long way to go to
really understand it but it looks fairly simple. I don't know what it
is going to be like to produce the type of GUI interfaces that I usually
do for work with it though.
Maybe we need a comp.lang.java.fx group.
knute...