Swing (Java)

This is an old revision of this page, as edited by Darrien (talk | contribs) at 23:10, 9 July 2004 (Condense. Cleanup. Move/alphabetise interwiki links.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Swing is a graphics library for Java. Swing is one part of the Java Foundation Classes (JFC). Swing includes graphical user interface (GUI) widgets such as text boxes, buttons, split-panes, and tables. The Standard Widget Toolkit (SWT) is probably the graphics library that is most similar to Swing. Swing is originally from Sun Microsystems. SWT is originally from IBM.

History

Swing supersedes and extends the Java AWT library.

See also

References