Java GUI Applications Learning Trail
This tutorial needs a review. You can edit it in GitHub following these contribution guidelines. |
What are Java GUI applications?
A Java GUI application uses the standard Java components GUI component set, Swing, and is deployed to the desktop.
The Swing GUI Builder in NetBeans IDE simplifies the GUI development process and enables you to visually create Java GUI applications using pre-installed Swing and AWT components.
JavaFX is a rich set of graphics and media packages that enables developers to design, create, test, debug, and deploy rich client applications (RIAs) that behave consistently across multiple platforms.
Tutorials and Articles
Tutorials and Articles
Getting Started with Swing
Community-Contributed Docs
-
How to Integrate JavaFX into a NetBeans Platform Wizard (Part 1) (by Sean Phillips)
-
How to Integrate JavaFX into the NetBeans Platform Menu bar (by Geertjan Wielenga)
Other Resources
-
Working with a JavaFX Project in Developing Applications with NetBeans IDE
-
Implementing Java GUIs in Developing Applications with NetBeans IDE
-
Developing with Java Persistence in Developing Applications with NetBeans IDE
-
Internationalizing Source Code in Developing Applications with NetBeans IDE