What are differences between swing and awt?
Answer / Jitendar Singh
Swing is built on top of AWT (Abstract Window Toolkit) and improves upon it by providing more powerful and customizable components, platform independence, a lightweight rendering pipeline, and better internationalization support.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is difference between checked and unchecked exception plz explain examples ?
What is the class in swing to change the appearance of the frame in runtime?
Why should the implementation of any swing callback (like a listener) execute quickly?
how to give transparency to JComboBox,JList and JTable
What are the containers available in swing?
Explain the difference between jfc & wfc.
What do you mean by java swing?
What is the design pattern that java uses for all swing components ?
What is the use of jcomponent class in swing?
What are heavyweight components? What is lightweight component?
What is java swing used for?
what are the root classes of all classes?