Content deleted Content added
Ncmathsadist (talk | contribs) |
Ncmathsadist (talk | contribs) |
||
Line 132:
'''Swing''' is a set of classes that provides more powerful and flexible functionality that is possible with standard and advanced '''AWT(Abstract Window Toolkit)''' components.These are not implemented by platform specific code. Instead they are written entirely in Java, therefore, they are platform independent.
Fundamentals of swing is the '''JApplet''' class that extends the '''Applet''' class. Applets that use Swing must be subclasses of the '''JApplet''' class <small>—The preceding [[Wikipedia:Signatures|unsigned]] comment was added by [[User:AbhishekDutta1987|AbhishekDutta1987]] ([[User talk:AbhishekDutta1987|talk]] • [[Special:Contributions/AbhishekDutta1987|contribs]]) 02:22, 1 May 2007 (UTC{{{3|}}})</small>
The article says that Swing is derived from Applet. This is not true in the strict sense. Applet does not appear in the inheritance tree of most Swing components.
[[User:Ncmathsadist|Ncmathsadist]] ([[User talk:Ncmathsadist|talk]]) 01:02, 29 January 2012 (UTC)ncmathsadist
== Origin of Name ==
|