| |
GeekInterview.com > Tech FAQs > Programming > Java
| Print | |
Question: AWT Package
Answer: What are the Limitations of AWT package? |
| April 04, 2009 01:39:03 |
#1 |
| VenkitaKrishnan |
Member Since: April 2007 Total Comments: 7 |
RE: AWT Package |
a) Swings has much richer controls than AWT b) They are 100% java and do not depend on the Peer Classes. Hence light weight c) You can use the Look and Feel using swing d) Icons and Borders can be used for almost all components e) Provides inbuilt double buffering f) Swing components follow the MVC paradigm g) Provides Tree and Table components which are not avaliable in AWT |
| |
Back To Question | |