- AWT and Swing are both part of a group of Java class libraries called the Java Foundation Classes (JFC).
- The Abstract Windowing Toolkit (AWT) is the original GUI toolkit shipped with the Java Development Kit (JDK).
- The AWT provides a basic set of graphical interface components similar to those available with HTML forms.
- Swing is the latest GUI toolkit, and provides a richer set of interface components than the AWT.
- The behavior and appearance of Swing components is consistent across platforms, whereas AWT components will differ from platform to platform
- Swing components can be given their own "look and feel"
- Swing uses a more efficient event model than AWT;
- Swing components can run more quickly than their AWT counterparts
- Swing components can take longer to load than AWT components.
Saturday, September 25, 2010
• AWT vs. Swing:-
Labels:
Difference
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment