Jump to content

Java Foundation Classes

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RedWolf (talk | contribs) at 19:47, 29 May 2004 (graphical framework for building Java based GUIs portable to various computing platforms). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Java Foundation Classes (JFC) are a graphical framework for building Java based graphical user interfaces (GUIs) that are portable to various computing platforms including Mac OS X, Linux and Windows.

JFC is composed of the Abstract Windowing Toolkit (AWT), Swing and Java2D.

See also: Standard Widget Toolkit