Answer Posted / jitender singh
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.
swing is actuallly part of a larger family of java product
know as java foundation classes(JFC) which have many
features.swaing is used to create a feature rich user
interface with icon,images,tooltips and customized
controls.It is a part of the GUI components.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to create a swing gui in java?
Why swings are used in java?
What are the two key features of swing?
How to generate bill in java swing?
What is layout in java swing?
What is jpanel in java swing with example?
What is java swing package?
What are swing components?
What is the function of lightweight components used in swing?
Is swing still used?
What are heavy weight components ?
Why are swings considered lightweight?
What is swing control?
What are the benefits of swing over awt?
What are the different types of layout managers used in swing?