Swing (Java): Difference between revisions

Content deleted Content added
mNo edit summary
No edit summary
Line 4:
[[ja:Swing]]
 
'''Swing''' is a [[graphics library]] for [[Java programming language|Java]]. ItSwing supersedesis andone extendspart of the Java [[AWTJava Foundation Classes]] library(JFC).
 
 
{{stub}}
Swing includes [[graphical user interface]] (GUI) [[widgets (computing)|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==