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.

Getting Started

Other Resources