Java and JavaFX GUI Application Learning Trail
What are Java and Java FX GUI applications?
A Java GUI application uses the standard Java
components GUI component set, Swing, and is deployed to the desktop.
As with other Java applications, Java GUI applications can be
deployed to Microsoft Windows, Linux, Mac OS, OpenSolaris and any other
system that contains the Java Runtime Environment.
The GUI Builder in NetBeans IDE enables you to create Java GUI applications
visually.
JavaFX is a rich client platform for building cross-device applications
and content. The JavaFX platform includes a straightforward declarative language
called JavaFX Script that makes it easy to define expressive
user interfaces. There are a set of NetBeans IDE plugins, graphics,
media and audio support libraries, and runtime environments that
enable building rich internet applications (RIAs) with a consistent look and feel across
devices with diverse form factors and capabilities.
Designing Java GUIs
Designing Java FX GUIs
Java Database Applications, Beans Binding, and Persistence
Swing Application Framework
Internationalization
|
|