What is Swing?

What is Swing?

- 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.
What is AWT?
What is AWT? - Abstract Window Toolkit provides a standard Application Programming Interface for writing Graphical User..
Differences between Swing and AWT
Differences between Swing and AWT - Swing is a library of GUI controls. Classes in swing are not OS dependent....
Heavyweight components and lightweight component
Heavyweight components and lightweight component - In Java AWT - Abstract Window Toolkit, GUI components created are OS dependent....
Post your comment