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 javax swing joptionpane?
Is java swing a framework?
What are the components of java swing?
what are the steps required in creating an empty table drop?
What is the use of double buffering in swings?
Why swings are used in java?
Which method is used for setting security in applets?
Why are swing components called lightweight components?
What is the difference between swing and awt in java?
What is the what is the difference between invokeandwait() and invokelater()? ?
Which layout does swing use by default?
What are swing components in java?
How to reload a jframe in java swing?
What is container in java swing?
What is an on stage swing?