The GUI library is a class library for realizing the graphical user interface (GUI) of the Java application. Using the GUI library improves expression and productivity by the creation of application form screens just with the graphical user interface provided by the JDK.
The GUI library has the class libraries shown below.
Basic GUI Libraries
The basic GUI libraries are class libraries designed to improve expressiveness/productivity when creating application form screens by extending the graphical user interface (GUI) functions provided by JDK and adding functions not provided by JDK.
Basic GUIBeans Library
The basic GUI libraries of the basic GUIBeans library now support the JavaBeans component.
UI Screen Control Library
It includes the UI Screen Control Library, which transfers screens while creating and deleting screens dynamically.
Line Drawing Functions
The line drawing functions are used to draw graphics, e.g., lines, circles, and squares in applications or applets.