What are the benefits of using Swing over AWT?
Answers were Sorted based on User's Feedback
1. Pluggable Look and Feel
2. Swing is more lightweight than AWT
3. Larger set of components such as tables, trees, sliders,
spinners, progress bars,internal frames and text components.
4. Components can be bound to keyboard events to react to
keystrokes.
5. Built on the MVC model
6. Better support for multi-threading
| Is This Answer Correct ? | 63 Yes | 2 No |
Answer / noorjahan
1.It is more powerful and flexible than awt
2.All the components of swing are non rectangular
3.Swing is totally implemented in java , while in case of
Awt,it uses the native code of the operating system.
4.Swing has transparent pixel while awt has opaque pixel.
| Is This Answer Correct ? | 26 Yes | 5 No |
Answer / archana hanchate
1.Swing provides both additional components and added functionality to AWT-replacement components.
2.Swing components are lightweight
3.Swing provides paint debugging support for when you build your own components
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / archana hanchate
Swing provides a richer set of components than AWT. They are 100% Java-based.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / krithika
1.Swing provides both additional components and added functionality to AWT-replacement components.
2.Swing components are lightweight
3.Swing provides paint debugging support for when you build your own components
| Is This Answer Correct ? | 6 Yes | 0 No |
What is awt and swing in java?
What are the different components that are used to show a container?
What is Java Swing?
Which method is used for setting security in applets?
What class is at the top of the AWT event hierarchy?
What method is used to specify a container's layout?
What is java swing components?
How is parsing html used in swing?
What is swing and its features in java?
What is a swing day?
What is the function of abstractaction class?
Hello ..Friends. I need a Code which makes a software of Enter the cheque Details.. means any enduser enter the details in a Particular field that should be printed on the paper On Cheque. at the backend side it sholud be printed on pdf file. Thanks in Advance