Content deleted Content added
No edit summary |
|||
Line 23:
== User Interfaces ==
Two of the key sets of class libraries provided by the Java platform are the [[Abstract Windowing Toolkit]], or AWT, and [[Swing (Java)|Swing]]. These libraries provide a consistant user interface for Java applets, regardless of the underlying user interface support. The AWT is the older of the two interface libraries. Applications which use AWT interface components have a consistant [[look and feel]] across all platforms that Java supports. By contract, the Swing user interface is designed to mimic the appearance of native applications. For example, an application written using the AWT will look the same on both Windows XP, Windows 2000, and Macintosh OS X. By contract, an application written using Swing will mimic the Windows XP "skinned", Windows 2000 "unskinned", or OS X Aqua look of other applications.
== Java Software Developer Kit ==
|