Difference between Swing and Awt?
3501
19-Oct-2010
Aryan Kumar
01-May-2023Swing and AWT (Abstract Window Toolkit) are two different user interface (UI) frameworks used for creating graphical user interfaces (GUI) in Java. Although both frameworks are used for creating GUI applications, there are some significant differences between the two.
In summary, AWT is a simpler, faster, and more lightweight UI toolkit that uses the native GUI components of the platform, while Swing is a more advanced, flexible, and portable UI toolkit that provides a rich set of GUI components and features.
Krishnapriya Rajeev
21-Mar-2023The major differences between Swing and AWT are listed as follows:
Pushpendra Singh
08-Nov-2010