Differences between Swing and AWT

What are the differences between Swing and AWT?

- Swing is a library of GUI controls. Classes in swing are not OS dependent.
- They don’t create peer components, so they are light weight unlike AWT.
- They don’t take the look and feel of the target platform so they have a consistent appearance.
Heavyweight components and lightweight component
Heavyweight components and lightweight component - In Java AWT - Abstract Window Toolkit, GUI components created are OS dependent....
Different types of controls in AWT
Controls and types of controls in AWT - Controls are components that allow a user to interact with your application....
What is JFC? What are the features of JFC?
What is JFC? What are the features of JFC? - ....
Post your comment