Swing is a set of classes in Java that provides a richer user-interface than AWT (Abstract Window Toolkit). It provides components that are more flexible and user-interactive than AWT components. It contains some additional components, which are not available in AWT such as tabbed panes, scroll panes, etc. The traditional components such as buttons have more capabilities. A button can have both, an image and a string, associated with it.
Swing related classes are present in the javax.swing package.
Applets that implement Swing must extend the Japplet class.
Pass SCJA in first attampt. Download free practice test for SUN SCJA exam.If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
