From The Free On-line Dictionary of Computing (19 January 2023): Swing <programming> Java's graphical user interface (GUI) package that provides a large collection of widgets (buttons, labels, lists etc.) that behave similarly on different platforms. Swing features "pluggable look & feel", allowing the program to look like a Windows, Motif or Macintosh) application. It is implemented using the {Model-View-Controller (MVC) architecture and makes extensive use of nested "containers" to control the handling of events such as keystrokes. (http://java.sun.com/j2se/1.3/docs/api/javax/swing/package-summary.html). (2007-05-30)
Swing
<programming> Java's graphical user interface (GUI) package that provides a large collection of widgets (buttons, labels, lists etc.) that behave similarly on different platforms. Swing features "pluggable look & feel", allowing the program to look like a Windows, Motif or Macintosh) application. It is implemented using the {Model-View-Controller (MVC) architecture and makes extensive use of nested "containers" to control the handling of events such as keystrokes.
(http://java.sun.com/j2se/1.3/docs/api/javax/swing/package-summary.html).
(2007-05-30)