Java
Programming and Technical
What is the difference between AWT
and Swing?
Read Solution (Total 1)
-
- AWT components are heavy weight. Swing components are light weight. AWT components are platform dependent so there look and feel changes according to OS. Swing components are platform independent so there look and feel remains constant.
- 8 years agoHelpfull: Yes(1) No(0)
Java Other Question