About the GUI Builder

See Also

In Java applications, the components that comprise a GUI (Graphical User Interfaces) are stored in containers called forms. The Java language provides a set of user interface components from which GUI forms can be built.

The IDE's GUI Builder assists you in designing and building Java forms by providing a series of tools that simplify the process.

The IDE's Java GUI Tools

The IDE provides several tools to simplify the process of building GUI's including:

In addition, the IDE provides support for the following new specifications:

For more information about creating Java GUIs, see the Java GUI Application Learning Trail at:

For more information about handling events in your application, see the Creating a GUI with JFC/Swing tutorial at:

See Also
Working with the GUI Builder
GUI Builder Tasks: Quick Reference
Designing Java GUIs with the GUI Builder
About the Swing Application Framework
About Beans Binding in Java Desktop Applications
Working with Desktop Database Applications

Legal Notices