Answer Posted / chnvganesh_mca
Swing is a library of GUI controls which improves upon
the Abstract Window Toolkit.
AWT uses operating system calls to draw components;
Swing draws components using its own methods. This gives
developers much greater flexibility in designing the look
and feel of their applications, while at the same time
ensuring that the applications maintain the same look and
feel across different platforms.
Swing provides significantly enhanced functionality,
such as actions, tables, trees, images buttons, tabs,
toolbars, and sliders.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What is event in java swing?
What is java swing application?
How to create image slideshow in java swing?
What is swing delegation event model in java?
Write a program to include the internal frame in swing.
Which method is used by the applet to recognize the height and width?
What do you mean by java swing?
In what context should the value of swing components be updated directly?
Explain the difference between swing and jsf.
What is sling swing?
What is difference between swing and awt?
How to print in java swing application?
What is frame in java swing?
What is jlabel java swing?
What is awt and swing in java?